Returns a new instance with
X set to the provided value.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public VectorD3D WithX(
double newX
)
Parameters
- newX Double
- The new x.
Return Value
VectorD3DNew instance with
X set to the provided value.
See Also