Table of Contents

Method b3MinFloat

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3MinFloat(float, float)

Returns the smaller of two numbers.

public static float b3MinFloat(float a, float b)

Parameters

a float

The first value.

b float

The second value.

Returns

float

The minimum.