Table of Contents

Method TruncMod

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

TruncMod(GridPoint2)

Gives a new point that represents the reminder when the first point is divided by the second point component-wise. The division is integer trunc division.

[Version(2, 2, 0)]
public GridPoint2 TruncMod(GridPoint2 otherPoint)

Parameters

otherPoint GridPoint2

Returns

GridPoint2