[]
Determines whether the specified value is close to zero (0.0f).
public static bool IsZero(float a)
Public Shared Function IsZero(a As Single) As Boolean
| Type | Name | Description |
|---|---|---|
| float | a | The floating value. |
| Type | Description |
|---|---|
| bool |
|