Method b3MaxFloat
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3MaxFloat(float, float)
Returns the larger of two numbers.
public static float b3MaxFloat(float a, float b)Parameters
Returns
- float
-
The maximum.
Returns the larger of two numbers.
public static float b3MaxFloat(float a, float b)The maximum.