Table of Contents

Method b3AbsFloat

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

b3AbsFloat(float)

Returns the absolute value of a number.

public static float b3AbsFloat(float a)

Parameters

a float

The value.

Returns

float

The absolute value.