Click or drag to resize
Vector3Round Method (Vector3, Int32)

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:VRageMath.Vector3.Round(VRageMath.Vector3,System.Int32)"]

Namespace: VRageMath
Assembly: VRage.Math (in VRage.Math.dll) Version: 1.0.0.0
Syntax
C#
public static Vector3 Round(
	Vector3 v,
	int numDecimals
)

Parameters

v
Type: VRageMathVector3

[Missing <param name="v"/> documentation for "M:VRageMath.Vector3.Round(VRageMath.Vector3,System.Int32)"]

numDecimals
Type: SystemInt32

[Missing <param name="numDecimals"/> documentation for "M:VRageMath.Vector3.Round(VRageMath.Vector3,System.Int32)"]

Return Value

Type: Vector3

[Missing <returns> documentation for "M:VRageMath.Vector3.Round(VRageMath.Vector3,System.Int32)"]

See Also