You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Vector Structure > Vector Methods > Rem Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Rem Method

This is the overview for the Rem method overload.

 
Name 
Description 
 
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]. 
 
Calculates reminder after division X/Y according to formula X[i]-y*Trunc(X[i]/y). 
 
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]. 
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!