Click or drag to resize

MathfMin Method (Single, Single)

Returns the minimum of two values.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
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: Single
Whichever of the two values is lower.
See Also