Summary
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.
- Namespace
- Avalonia
.Utilities - Containing Type
- MathUtilities
Syntax
public static bool LessThan(float value1, float value2)
Parameters
Name | Type | Description |
---|---|---|
value1 | float | The first single float to compare. |
value2 | float | The second single float to compare. |
Return Value
Type | Description |
---|---|
bool |