Method b3IsValidFloat
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3IsValidFloat(float)
Determines whether a number is neither NaN nor infinite.
public static extern NativeBool b3IsValidFloat(float a)Parameters
afloat-
The value to test.
Returns
- NativeBool
-
true when the value is valid.