System.Currency.Currency C# (CSharp) Méthode

Currency() public méthode

public Currency ( Decimal value ) : System
value Decimal
Résultat System
        public Currency(Decimal value) {
            m_value = Decimal.ToCurrency(value).m_value;
        }
    

Same methods

Currency::Currency ( long value, int ignored ) : System