Изображение квадрата Дюрера

ООО АВТОМАТИКА плюс

Rambler's Top100

Рейтинг@Mail.ru

Справочная система Matrix32

ValueOperation method
Вычисление заданной операции с использованием дробного значения, стоящего в правой части

Applies to
TMatrix

Overloaded Variants
Function ValueOperation(const Matrix: TMatrix; Value: Extended; AFunc: TFloatOperation): TMatrix;
Function ValueOperation(Value: Extended; const Matrix: TMatrix; AFunc: TFloatOperation): TMatrix;
Function ValueOperation(const Matrix: TMatrix; Value: Integer; AFunc: TIntOperation): TMatrix;
Function ValueOperation(Value: Integer; const Matrix: TMatrix; AFunc: TIntOperation): TMatrix;
Function ValueOperation(const Matrix: TMatrix; Value: Int64; AFunc: TInt64Operation): TMatrix;
Function ValueOperation(Value: Int64; const Matrix: TMatrix; AFunc: TInt64Operation): TMatrix;
Function ValueOperation(const Matrix: TMatrix; Value: TExtendedComplex; AFunc: TComplexOperation): TMatrix;
Function ValueOperation(Value: TExtendedComplex; const Matrix: TMatrix; AFunc: TComplexOperation): TMatrix;

Declaration
function ValueOperation(const Matrix: TMatrix; Value: Extended; AFunc: TFloatOperation): TMatrix;

Declaration
function ValueOperation(Value: Extended; const Matrix: TMatrix; AFunc: TFloatOperation): TMatrix;

Declaration
function ValueOperation(const Matrix: TMatrix; Value: Integer; AFunc: TIntOperation): TMatrix;

Declaration
function ValueOperation(Value: Integer; const Matrix: TMatrix; AFunc: TIntOperation): TMatrix;

Declaration
function ValueOperation(const Matrix: TMatrix; Value: Int64; AFunc: TInt64Operation): TMatrix;

Declaration
function ValueOperation(Value: Int64; const Matrix: TMatrix; AFunc: TInt64Operation): TMatrix;

Declaration
function ValueOperation(const Matrix: TMatrix; Value: TExtendedComplex; AFunc: TComplexOperation): TMatrix;

Declaration
function ValueOperation(Value: TExtendedComplex; const Matrix: TMatrix; AFunc: TComplexOperation): TMatrix;

Логинов Дмитрий © 2005-2015