Click or drag to resize

Vector2Round Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Rounds the components of a vector.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static Vector2 Round(
	Vector2 u,
	int numDigits
)
Request Example View Source

Parameters

u
Type: netDxfVector2
Vector2.
numDigits
Type: SystemInt32
Number of decimal places in the return value.

Return Value

Type: Vector2
Vector2.
See Also