Show: Delphi C++
Display Preferences

FMX.Types.MatrixDeterminant

From XE3 API Documentation
Jump to: navigation, search

Delphi

function MatrixDeterminant(const M: TMatrix): Single;

C++

extern DELPHI_PACKAGE float __fastcall MatrixDeterminant(const System::Types::TMatrix &M);

Properties

Type Visibility Source Unit Parent
function public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

Returns the determinant of the given matrix. The matrix is given through the M parameter and the determinant is returned as a floating-point value.

See Also

Personal tools
Translations