Table of Contents

Operator operator -

Namespace
GuildWars2
Assembly
GW2SDK.dll

operator -(in Coin, in Coin)

Subtracts two Coin values.

public static Coin operator -(in Coin left, in Coin right)

Parameters

left Coin

The first Coin value.

right Coin

The second Coin value.

Returns

Coin

The difference between the two Coin values.