Checks if a and b are almost equals, taking into account the magnitude of floating point numbers. See Remarks. See remarks.
シンタックス
'宣言
Public Shared Function NearEqual( _
ByVal As System.Single, _
ByVal As System.Single _
) As System.Boolean
public static System.bool NearEqual(
System.float ,
System.float
)
パラメータ
- a
- The left value to compare.
- b
- The right value to compare.
戻り値の型
true
if a almost equal to b, false
otherwise
参照