Справочная система Matrix32
Вычисление заданной операции с использованием дробного значения, стоящего в правой частиApplies to 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;
|