ModulusMode
public enum ModulusMode
Undocumented
-
The
remainderis always positive.Declaration
Swift
case euclidean -
The
remainderalways has the same sign as thedivisor.Declaration
Swift
case flooring -
The
remainderalways has the same sign as thedividend.Declaration
Swift
case truncating
View on GitHub
ModulusMode Enumeration Reference