Method Mod
Mod(GridPoint3)
Gives a new point that represents the reminder when the first point is divided by the second point component-wise.The division is integer division.
[Obsolete("Use FloorMod or TruncMod instead")]
public GridPoint3 Mod(GridPoint3 otherPoint)
Parameters
otherPoint
GridPoint3