Summary
Reinterprets the memory contents of a double precision floating point
value as an integer value
- Namespace
- TCLite
.Constraints - Containing Type
- Floating
Point Numerics
Syntax
public static long ReinterpretAsLong(double value)
Parameters
Name | Type | Description |
---|---|---|
value | double | Double precision floating point value whose memory contents to reinterpret |
Return Value
Type | Description |
---|---|
long | The memory contents of the double precision floating point value interpreted as an integer |