INumericBitConverterTNumericGetBytes Method
Returns the specified numeric value as an array of bytes.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
byte[] GetBytes(
TNumeric value
)
Function GetBytes (
value As TNumeric
) As Byte()
array<unsigned char>^ GetBytes(
TNumeric value
)
abstract GetBytes :
value : 'TNumeric -> byte[]
- value TNumeric
- The number to convert.
ByteAn array of bytes with length determined by
ConvertedSize.