Click or drag to resize

VectorD3DDivision Operator

Divides a vector by a scalar.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static VectorD3D operator /(
	VectorD3D a,
	double b
)

Parameters

a  VectorD3D

[Missing <param name="a"/> documentation for "M:Altaxo.Geometry.VectorD3D.op_Division(Altaxo.Geometry.VectorD3D,System.Double)"]

b  Double

[Missing <param name="b"/> documentation for "M:Altaxo.Geometry.VectorD3D.op_Division(Altaxo.Geometry.VectorD3D,System.Double)"]

Return Value

VectorD3D

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

See Also