[Overview][Types][Classes] Reference for unit 'MBMatrix' (#mcl)

TMBMatrix

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: mbmatrix.pas line 34

type TMBMatrix = class(TObject)

public

  constructor Create;

  

  destructor Destroy; override;

  

  function GetXYData();

  

  function GetSortedXYData();

  

  property RowCount: Integer; [rw]

  

  property ColCount: Integer; [rw]

  

  property Data: Double; default; [rw]

  

end;

Inheritance

TMBMatrix

  

|

TObject