PointDToString(Int32) Method |
Returns a string representation of the point with the specified precision.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic string ToString(
int precision = 2
)
Parameters
- precision Int32 (Optional)
- The number of decimal places.
Return Value
StringA string representation of the point.
See Also