Skip to main content

LessThan(Single, Single) Method

LessThan - Returns whether or not the first float is less than the second float. 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(
float value1,
float value2
)

Parameters

  Single
The first single float to compare.
  Single
The second single float to compare.

Return Value

Boolean

See Also

Reference

MathUtilities Class
LessThan Overload
Avalonia.Utilities Namespace