Table of Contents

Method Subtract

Namespace
GuildWars2
Assembly
GW2SDK.dll

Subtract(in Coin)

Returns the difference between this Coin and another Coin.

public Coin Subtract(in Coin other)

Parameters

other Coin

The Coin to subtract.

Returns

Coin

The difference between the two Coin values.