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