Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

d11a5a50 7385 e4c8 c1a3 aa549940193f

haplokuon edited this page May 6, 2023 · 1 revision

Division Operator

netDxf 3.0.0 Library

[Missing <summary> documentation for "M:netDxf.GTE.GVector.op_Division(netDxf.GTE.GVector,System.Double)"]

Definition

Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public static GVector operator /(
	GVector vec,
	double scalar
)

VB

Public Shared Operator / ( 
	vec As GVector,
	scalar As Double
) As GVector

C++

public:
static GVector^ operator /(
	GVector^ vec, 
	double scalar
)

F#

static let inline (/)
        vec : GVector * 
        scalar : float  : GVector

Parameters

  GVector
\[Missing <param name="vec"/> documentation for "M:netDxf.GTE.GVector.op_Division(netDxf.GTE.GVector,System.Double)"\]
  Double
\[Missing <param name="scalar"/> documentation for "M:netDxf.GTE.GVector.op_Division(netDxf.GTE.GVector,System.Double)"\]

Return Value

GVector
[Missing <returns> documentation for "M:netDxf.GTE.GVector.op_Division(netDxf.GTE.GVector,System.Double)"]

See Also

Reference

GVector Class
netDxf.GTE Namespace

Clone this wiki locally