Instrumentation Widgets for PDA

Vector Constructor (Decimal, Decimal)

Constructs a vector using the specified coordinate values.

[Visual Basic]
Overloads Public Sub New( _
   ByVal x As Decimal, _
   ByVal y As Decimal _
)
[C#]
public Vector(
   decimal x,
   decimal y
);

Parameters

x
y

See Also

Vector Class | PerpetuumSoft.InstrumentationPDA.Mathematics Namespace | Vector Constructor Overload List