EndianOrderGetBytes(Double) Method
Returns the specified double-precision floating point value as an array of bytes in the target endian-order.
Namespace: GemstoneAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.178 -- Release Build+f8a23028fef00502c7e35bcc3934c260e8a0eb56
Public Function GetBytes (
value As Double
) As Byte()
function GetBytes(value);
- value Double
- The number to convert.
ByteAn array of bytes with length 8.