Click or drag to resize

Vector2Round Method

Rounds the components of a vector.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public static Vector2 Round(
	Vector2 u,
	int numDigits
)

Parameters

u
Type: DXFReaderNETVector2
Vector.
numDigits
Type: SystemInt32
Number of decimal places in the return value.

Return Value

Type: Vector2
Vector2.
See Also