Click or drag to resize

PointD2DGetMemberwiseAbs Method

Gets a new point with both components replaced by their absolute values.

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

Return Value

PointD2D
A new point with both components replaced by their absolute values.
See Also