Click or drag to resize

PointDToString(Int32) Method

Returns a string representation of the point with the specified precision.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public string ToString(
	int precision = 2
)

Parameters

precision  Int32  (Optional)
The number of decimal places.

Return Value

String
A string representation of the point.
See Also