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.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public PointD2D GetMemberwiseAbs()
Return Value
PointD2DNew
PointD2D based on the existing one, but with both Abs(X) instead of X, and Abs(Y) instead of Y.
See Also