Skip to main content

LessThan(Double, Double) Method

LessThan - Returns whether or not the first double is less than the second double. That is, whether or not the first is strictly less than and not within epsilon of the other number.

Definition

Namespace: Avalonia.Utilities
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public static bool LessThan(
double value1,
double value2
)

Parameters

  Double
The first double to compare.
  Double
The second double to compare.

Return Value

Boolean

See Also

Reference

MathUtilities Class
LessThan Overload
Avalonia.Utilities Namespace