Instrumentation Widgets for PDA

Vector Division Operator 

Implements division of the given vector by the specified scalar value.

[Visual Basic]
returnValue = Vector.op_Division(v, a)
[C#]
public static Vector operator /(
   Vector v,
   decimal a
);

Parameters

v
a

Return Value

See Also

Vector Class | PerpetuumSoft.InstrumentationPDA.Mathematics Namespace