Click or drag to resize

VectorD4DCreateScaled Method

Creates a scaled version of the given vector.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static VectorD4D CreateScaled(
	VectorD4D pt,
	double scale
)

Parameters

pt  VectorD4D

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

scale  Double

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

Return Value

VectorD4D

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

See Also