Returns a new instance with
Y set to the provided value.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public VectorD2D WithY(
double newY
)
Parameters
- newY Double
- The new x.
Return Value
VectorD2DNew instance with
Y set to the provided value.
See Also