[]
        
(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)
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.