Method Div
Div(int)
[Obsolete("Use FloorDiv or TruncDiv instead")]
public GridPoint3 Div(int r)
Parameters
r
int
Returns
Div(GridPoint3)
Gives a new point that represents the first point divided by the second point component-wise.The division is integer division.
[Obsolete("Use FloorDiv or TruncDiv instead")]
public GridPoint3 Div(GridPoint3 otherPoint)
Parameters
otherPoint
GridPoint3