[]
        
(Showing Draft Content)

C1.Util.DX.DXUtil.IsZero

IsZero Method

IsZero(float)

Determines whether the specified value is close to zero (0.0f).

Declaration
public static bool IsZero(float a)
Public Shared Function IsZero(a As Single) As Boolean
Parameters
Type Name Description
float a

The floating value.

Returns
Type Description
bool

true if the specified value is close to zero (0.0f); otherwise, false.