[This is preliminary documentation and is subject to change.]
The MathT type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
| GCD | Greatest Common Divisor | |
| LCM | Least Common Multiple | |
| LEBE(Int16) | Converts Int16 from Little Endian to Big Endian or vice versa | |
| LEBE(Int32) | Converts Int32 from Little Endian to Big Endian or vice versa | |
| LEBE(Int64) | Converts Int64 from Little Endian to Big Endian or vice versa | |
| LEBE(UInt16) | Converts UInt16 from Little Endian to Big Endian or vice versa | |
| LEBE(UInt32) | Converts UInt32 from Little Endian to Big Endian or vice versa | |
| LEBE(UInt64) | Converts UInt64 from Little Endian to Big Endian or vice versa | |
| Max<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>)) | Finds the biggest value in givel IEnumerable<(Of <(<'T>)>)> | |
| Max<(Of <<'(T>)>>)(array<T>[]()[][]) | Finds the biggest of parameters | |
| Min<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>)) | Finds the smalles value in givel IEnumerable<(Of <(<'T>)>)> | |
| Min<(Of <<'(T>)>>)(array<T>[]()[][]) | Finds the smallest of parameters |