Method Remainder NamespaceGuildWars2 AssemblyGW2SDK.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.