C# Class Precision, Stereoscopic_Scatterplot

ファイルを表示 Open project: noahfreedman/Stereoscopic_Scatterplot Class Usage Examples

Public Methods

Method Description
AlmostEquals ( this a, double b, double epsilon = DOUBLE_EPSILON ) : bool
AlmostEquals ( this a, float b, float epsilon = FLOAT_EPSILON ) : bool

Method Details

AlmostEquals() public static method

public static AlmostEquals ( this a, double b, double epsilon = DOUBLE_EPSILON ) : bool
a this
b double
epsilon double
return bool

AlmostEquals() public static method

public static AlmostEquals ( this a, float b, float epsilon = FLOAT_EPSILON ) : bool
a this
b float
epsilon float
return bool