[This is preliminary documentation and is subject to change.]

The MathT type exposes the following members.

Constructors

  NameDescription
Public methodMathT
Initializes a new instance of the MathT class

Methods

  NameDescription
Public methodStatic memberGCD
Greatest Common Divisor
Public methodStatic memberLCM
Least Common Multiple
Public methodStatic memberLEBE(Int16)
Converts Int16 from Little Endian to Big Endian or vice versa
Public methodStatic memberLEBE(Int32)
Converts Int32 from Little Endian to Big Endian or vice versa
Public methodStatic memberLEBE(Int64)
Converts Int64 from Little Endian to Big Endian or vice versa
Public methodStatic memberLEBE(UInt16)
Converts UInt16 from Little Endian to Big Endian or vice versa
Public methodStatic memberLEBE(UInt32)
Converts UInt32 from Little Endian to Big Endian or vice versa
Public methodStatic memberLEBE(UInt64)
Converts UInt64 from Little Endian to Big Endian or vice versa
Public methodStatic memberMax<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>))
Finds the biggest value in givel IEnumerable<(Of <(<'T>)>)>
Public methodStatic memberMax<(Of <<'(T>)>>)(array<T>[]()[][])
Finds the biggest of parameters
Public methodStatic memberMin<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>))
Finds the smalles value in givel IEnumerable<(Of <(<'T>)>)>
Public methodStatic memberMin<(Of <<'(T>)>>)(array<T>[]()[][])
Finds the smallest of parameters

See Also