Table of Contents

Method Multiply

Namespace
GuildWars2
Assembly
GW2SDK.dll

Multiply(in Coin)

Returns the product of this Coin and another Coin.

public Coin Multiply(in Coin other)

Parameters

other Coin

The Coin to multiply by.

Returns

Coin

The product of the two Coin values.