You are here: Symbol Reference > MtxExpr Namespace > Classes > Matrix Record > public > Rem Method > Matrix.Rem Method (TMtxVec, double)
MtxVec VCL
ContentsIndex
PreviousUpNext
Matrix.Rem Method (TMtxVec, double)

Calculates reminder after division X/Y according to formula X[i]-y*Trunc(X[i]/y). X must be a real. The results will be saved to the calling Matrix.

Pascal
function Rem(const X: TMtxVec; Y: double): TMtxVec; overload;

Size and Complex properties of the calling Matrix are set implicitly to match the X object.

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