Geometry.RoundM

Geometry.RoundM method

Rounds M coordinate to a specified number of fractional digits.

public void RoundM(int digits)
ParameterTypeDescription
digitsInt32Number of fractional digits.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptiondigitsis less than 0 or greater than 15.

See Also