Table of Contents

Method Int32BitsToSingle

Namespace
Zyl.VectorTraits.Numerics
Assembly
VectorTraits.dll

Int32BitsToSingle(int)

Reinterprets the specified 32-bit signed integer value as a single-precision floating-point value (将指定的 32 位有符号整数值重新解释为单精度浮点值).

public static float Int32BitsToSingle(int value)

Parameters

value int

The 32-bit signed integer value to convert (欲转换的32位有符号整数值).

Returns

float

A single-precision floating-point value that represents the converted integer (表示根据整数转换后的单精度浮点值).