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

operator -(Tmatrix2_extended): Tmatrix2_extended

Negate two-dimensional extended precision matrix.

Declaration

Source position: matrix.pp line 552

operator operator -(Tmatrix2_extended): Tmatrix2_extended(

  const m1: Tmatrix2_extended

):Tmatrix2_extended;

Description

This operation returns a matrix with all elements negated.

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