Creates and returns an NSDecimalNumber object equivalent to a given NSDecimal structure.
Original signature is '+ (NSDecimalNumber *)decimalNumberWithDecimal:(NSDecimal)decimal'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public static NSDecimalNumber DecimalNumberWithDecimal( NSDecimal decimal )
Public Shared Function DecimalNumberWithDecimal ( _ decimal As NSDecimal _ ) As NSDecimalNumber
public: static NSDecimalNumber^ DecimalNumberWithDecimal( NSDecimal decimal )

- decimal (NSDecimal)
- An NSDecimal structure that specifies the value for the new decimal number object.

An NSDecimalNumber object equivalent to decimal.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)