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