GreaterThan(Double, Double) Method
GreaterThan - Returns whether or not the first double is greater than the second double. That is, whether or not the first is strictly greater than and not within epsilon of the other number.
Definition
Namespace: Avalonia.Utilities
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static bool GreaterThan(
double value1,
double value2
)
Public Shared Function GreaterThan (
value1 As Double,
value2 As Double
) As Boolean
static member GreaterThan :
value1 : float *
value2 : float -> bool
Parameters
Return Value
BooleanSee Also
Reference
MathUtilities Class
GreaterThan Overload
Avalonia.Utilities Namespace