MathfMin Method (Single, Single) |
Returns the minimum of two values.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public static float Min(
float a,
float b
)
Parameters
- a
- Type: SystemSingle
One of the values. - b
- Type: SystemSingle
The other value.
Return Value
Type:
SingleWhichever of the two values is lower.
See Also