Bitmap for WPF
WithinEpsilon メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > DXUtil クラス : WithinEpsilon メソッド
The left value to compare.
The right value to compare.
Epsilon value
Checks if a - b are almost equals within a float epsilon.
シンタックス
'宣言
 
Public Shared Function WithinEpsilon( _
   ByVal a As System.Single, _
   ByVal b As System.Single, _
   ByVal epsilon As System.Single _
) As System.Boolean
public static System.bool WithinEpsilon( 
   System.float a,
   System.float b,
   System.float epsilon
)

パラメータ

a
The left value to compare.
b
The right value to compare.
epsilon
Epsilon value

戻り値の型

trueif a almost equal to b within a float epsilon, falseotherwise
参照

DXUtil クラス
DXUtil メンバ