Table of Contents

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

a int

The first value.

b int

The second value.

Returns

int

The minimum.