EsbDecimals - a Free Subset of ESBPCS for .NET | |
CompareOps.GreaterValue Method (Single, Single, Single)
Returns true if Values are not within a "small" value of each other, and the First Value is greater.
[Visual Basic]Overloads Public Shared Function GreaterValue( _
ByVal
x As
Single, _
ByVal
y As
Single, _
ByVal
precision As
Single _
) As
Boolean Parameters
- x
- First Value to Compare.
- y
- Second Value to Compare.
- precision
- Precision to used for comparison, should be positive and small,
see FloatPrecisionDef.
Return Value
True if First Value is Greater.
Remarks
There is an overloaded version without the Precision that will use
FloatPrecisionDef for the Precision value.
See Also
CompareOps Class | Esb.Math Namespace | CompareOps.GreaterValue Overload List