Method b3MinInt
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3MinInt(int, int)
Returns the smaller of two integers.
public static int b3MinInt(int a, int b)Parameters
Returns
- int
-
The minimum.
Returns the smaller of two integers.
public static int b3MinInt(int a, int b)The minimum.