CADability dotNET
Divides the given gevcor by the given double value.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public static GeoVector operator /(
	GeoVector v,
	double d
)
Visual Basic
Public Shared Operator / ( _
	v As GeoVector, _
	d As Double _
) As GeoVector
Visual C++
public:
static GeoVector operator /(
	GeoVector v, 
	double d
)

Parameters

v
Type: CADability..::..GeoVector
vector
d
Type: System..::..Double
divider

Return Value

scaled vector

See Also