FloatingPointNumerics.

ReinterpretAsFloat(int) Method

Summary

Reinterprets the memory contents of an integer as a floating point value
Namespace
TCLite.Constraints
Containing Type
FloatingPointNumerics

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