Click or drag to resize

MathfRoundToInt Method

[Missing <summary> documentation for "M:Godot.Mathf.RoundToInt(System.Single)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static int RoundToInt(
	float s
)

Parameters

s
Type: SystemSingle

[Missing <param name="s"/> documentation for "M:Godot.Mathf.RoundToInt(System.Single)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Godot.Mathf.RoundToInt(System.Single)"]

See Also