You are here: Symbol Reference > MtxExpr Namespace > Classes > Matrix Record > public > Rem Method
MtxVec VCL
ContentsIndex
PreviousUpNext
Rem Method

This is the overview for the Rem method overload.

 
Name 
Description 
 
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
 
Calculates reminder after division X/Y according to formula: z[i] = X[xi]-y*Trunc(X[xi]/y), where i in [Index..Index+Len], xi in [XIndex..XIndex+Len]. 
 
The Reminder after division X/Y. 
 
Calculates reminder after division X/Y according to formula: z[i] = X[xi]-y[yi]*Trunc(X[xi]/y[yi]), where i in [Index..Index+Len], xi in [XIndex..XIndex+Len], yi in [YIndex..YIndex+Len]. 
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!