Returns a new instance with 
W set to the provided value.
            
 Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic VectorD4D WithW(
	double newW
)
Parameters
- newW  Double
 - The new w.
 
Return Value
VectorD4DNew instance with 
Z set to the provided value.
See Also