PointDToShortString(Int32) Method

Create a short string with fix digit count e.g. digits = 3 returns {X=x.xxx, Y=y.yyy}.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public string ToShortString(
	int digits
)

Parameters

digits  Int32
Number of digits for return string.

Return Value

String
String with numbers {X=x.x, Y=y.y}.

See Also