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
)
Public Shared Function Round (
u As Vector2,
numDigits As Integer
) As Vector2
public:
static Vector2 Round(
Vector2 u,
int numDigits
)
static member Round :
u : Vector2 *
numDigits : int -> Vector2
STATIC METHOD Round(
u AS Vector2,
numDigits AS LONG
) AS Vector2
Parameters
- u
- Type: DXFReaderNETVector2
Vector. - numDigits
- Type: SystemInt32
Number of decimal places in the return value.
Return Value
Type:
Vector2Vector2.
See Also