Determines whether the specified value is close to one (1.0f).
public static System.bool IsOne(
System.float
)
'Declaration
Public Shared Function IsOne( _
ByVal As System.Single _
) As System.Boolean
Parameters
- a
- The floating value.
Return Value
true
if the specified value is close to one (1.0f); otherwise, false
.