MonobjcMonobjc Documented Class Library
DecimalNumberWithMantissaExponentIsNegative Method (mantissa, exponent, isNegative)
NamespacesMonobjc.FoundationNSDecimalNumberDecimalNumberWithMantissaExponentIsNegative(UInt64, Int16, Boolean)

Creates and returns an NSDecimalNumber object equivalent to the number specified by the arguments.

Original signature is '+ (NSDecimalNumber *)decimalNumberWithMantissa:(unsigned long long)mantissa exponent:(short)exponent isNegative:(BOOL)isNegative'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSDecimalNumber DecimalNumberWithMantissaExponentIsNegative(
	ulong mantissa,
	short exponent,
	bool isNegative
)
Public Shared Function DecimalNumberWithMantissaExponentIsNegative ( _
	mantissa As ULong, _
	exponent As Short, _
	isNegative As Boolean _
) As NSDecimalNumber
public:
static NSDecimalNumber^ DecimalNumberWithMantissaExponentIsNegative(
	unsigned long long mantissa, 
	short exponent, 
	bool isNegative
)
Parameters
mantissa (UInt64)
The mantissa for the new decimal number object.
exponent (Int16)
The exponent for the new decimal number object.
isNegative (Boolean)
A Boolean value that specifies whether the sign of the number is negative.
Return Value

[Missing <returns> documentation for "M:Monobjc.Foundation.NSDecimalNumber.DecimalNumberWithMantissaExponentIsNegative(System.UInt64,System.Int16,System.Boolean)"]

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

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)