You are here: Symbol Reference > AbstractMtxVec Namespace > Classes > TMtxVec Class > public > Size Method > TMtxVec.Size Method (TMtxVecBase, TMtxFloatPrecision)
MtxVec VCL
ContentsIndex
PreviousUpNext
TMtxVec.Size Method (TMtxVecBase, TMtxFloatPrecision)

Allows the floatPrecision and complex properties of the calling object to become of aFloatPrecision value instead of Src.FloatPrecision and Src.Complex value.

Pascal
function Size(const Src: TMtxVecBase; const aFloatPrecision: TMtxFloatPrecision): TMtxVec; virtual; overload;

It is also possible to pass the calling object as the Src with a different aFloatPrecision value. The value of the FloatPrecision property can be changed without knowing the actual type of the object (matrix of vector).

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!