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