EndianBitConverter.GetBytes Method (Double) |
Returns the specified double-precision floating point value as an array of bytes.
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic byte[] GetBytes(
double value
)
Public Function GetBytes (
value As Double
) As Byte()
public:
array<unsigned char>^ GetBytes(
double value
)
member GetBytes :
value : float -> byte[]
Parameters
- value
- Type: System.Double
The number to convert.
Return Value
Type:
Byte[]An array of bytes with length 8.
See Also