Click or drag to resize

VectorD4DCreateNormalized(Double, Double, Double, Double) Method

[Missing <summary> documentation for "M:Altaxo.Geometry.VectorD4D.CreateNormalized(System.Double,System.Double,System.Double,System.Double)"]


Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static VectorD4D CreateNormalized(
	double x,
	double y,
	double z,
	double w
)

Parameters

x  Double

[Missing <param name="x"/> documentation for "M:Altaxo.Geometry.VectorD4D.CreateNormalized(System.Double,System.Double,System.Double,System.Double)"]

y  Double

[Missing <param name="y"/> documentation for "M:Altaxo.Geometry.VectorD4D.CreateNormalized(System.Double,System.Double,System.Double,System.Double)"]

z  Double

[Missing <param name="z"/> documentation for "M:Altaxo.Geometry.VectorD4D.CreateNormalized(System.Double,System.Double,System.Double,System.Double)"]

w  Double

[Missing <param name="w"/> documentation for "M:Altaxo.Geometry.VectorD4D.CreateNormalized(System.Double,System.Double,System.Double,System.Double)"]

Return Value

VectorD4D

[Missing <returns> documentation for "M:Altaxo.Geometry.VectorD4D.CreateNormalized(System.Double,System.Double,System.Double,System.Double)"]

See Also