Table of Contents

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

a int

The first value.

b int

The second value.

Returns

int

The maximum.