Table of Contents

Method Remainder

Namespace
GuildWars2
Assembly
GW2SDK.dll

Remainder(in Coin)

Returns the remainder of dividing this Coin by another Coin.

public Coin Remainder(in Coin other)

Parameters

other Coin

The Coin to divide by.

Returns

Coin

The remainder of dividing the two Coin values.