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

caf948b9 335f 4bef 10cf dba3ef3a23b4

haplokuon edited this page May 6, 2023 · 1 revision

Multiply(GVector, Double) Operator

netDxf 3.0.0 Library

[Missing <summary> documentation for "M:netDxf.GTE.GVector.op_Multiply(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_Multiply(netDxf.GTE.GVector,System.Double)"\]
  Double
\[Missing <param name="scalar"/> documentation for "M:netDxf.GTE.GVector.op_Multiply(netDxf.GTE.GVector,System.Double)"\]

Return Value

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

See Also

Reference

GVector Class
Multiply Overload
netDxf.GTE Namespace

Clone this wiki locally