Table of Contents

Method Divide

Namespace
GuildWars2
Assembly
GW2SDK.dll

Divide(in Coin)

Returns the quotient of this Coin and another Coin.

public Coin Divide(in Coin other)

Parameters

other Coin

The Coin to divide by.

Returns

Coin

The quotient of the two Coin values.