Table of Contents

Method b3MaxFloat

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

b3MaxFloat(float, float)

Returns the larger of two numbers.

public static float b3MaxFloat(float a, float b)

Parameters

a float

The first value.

b float

The second value.

Returns

float

The maximum.