Method UInt32BitsToSingle
- Namespace
- Zyl.VectorTraits
- Assembly
- VectorTraits.dll
UInt32BitsToSingle(uint)
Reinterprets the specified 32-bit unsigned integer value as a single-precision floating-point value (将指定的 32 位无符号整数转换为单精度浮点数).
[CLSCompliant(false)]
public static float UInt32BitsToSingle(uint value)
Parameters
value
uintThe 32-bit unsigned integer value to convert (欲转换的32位无符号整数值).
Returns
- float
A single-precision floating-point value that represents the converted integer (表示根据整数转换后的单精度浮点值).