DK11 for .NET | TatukGIS.NDK.TGIS_SquareMatrix.Multiply | Overloads | Constructors | Methods | Properties
Multiplies the supplied vector by the current matrix.
// C# public double[] Multiply( double[] _vec );
' VisualBasic Public Function Multiply( ByVal _vec As Double() ) As Double()
// Oxygene public function Multiply( _vec : TGIS_Vector ) : TGIS_Vector;
Name | Type | Description |
---|---|---|
_vec | double[] TGIS_Vector | the vector to be multiplied |
Type | Description |
---|---|
double[] TGIS_Vector | The result of multiplication. |