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

Calculates reminder after division X/Y according to formula X[i]-y*Trunc(X[i]/y).

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

X must be a real. The results will be saved to the calling vector. Size and Complex properties of the calling vector 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!