Table of Contents

Operator operator %

Namespace
GuildWars2
Assembly
GW2SDK.dll

operator %(Coin, Coin)

Computes the remainder of dividing two Coin values.

public static Coin operator %(Coin left, Coin right)

Parameters

left Coin

The first Coin value.

right Coin

The second Coin value.

Returns

Coin

The remainder of dividing the two Coin values.