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