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