[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'matrix' (#rtl)

operator *(Tmatrix2_double, double): Tmatrix2_double

Multiply a two-dimensional double precision matrix by a scalar

Declaration

Source position: matrix.pp line 603

operator operator *(Tmatrix2_double, double): Tmatrix2_double(

  const m: Tmatrix2_double;

  const x: double

):Tmatrix2_double;

Description

This operator allows you to multiply a matrix with a scalar. All elements in the matrix are multiplied by the scalar, the result is returned as a new matrix.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.