'宣言
Public Shared Function WithinEpsilon( _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single _
) As System.Boolean
public static System.bool WithinEpsilon(
System.float ,
System.float ,
System.float
)
パラメータ
- a
- 比較する左値。
- b
- 比較する右値。
- epsilon
- イプシロン値。
戻り値の型
float イプシロン内の a が b にほぼ等しい場合は true
、それ以外の場合は false
。