Click or drag to resize

PointD2DGetMemberwiseAbs Method

Returns a new PointD2D based on the existing one, but with both Abs(X) instead of X, and Abs(Y) instead of Y.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PointD2D GetMemberwiseAbs()

Return Value

PointD2D
New PointD2D based on the existing one, but with both Abs(X) instead of X, and Abs(Y) instead of Y.
See Also