MonobjcMonobjc Documented Class Library
FromUnsignedInt Method (value)
NamespacesMonobjc.FoundationNSDecimalFromUnsignedInt(UInt32)

[Missing <summary> documentation for "M:Monobjc.Foundation.NSDecimal.FromUnsignedInt(System.UInt32)"]

Declaration Syntax
C#Visual BasicVisual C++
public static NSDecimal FromUnsignedInt(
	uint value
)
Public Shared Function FromUnsignedInt ( _
	value As UInteger _
) As NSDecimal
public:
static NSDecimal FromUnsignedInt(
	unsigned int value
)
Parameters
value (UInt32)

[Missing <param name="value"/> documentation for "M:Monobjc.Foundation.NSDecimal.FromUnsignedInt(System.UInt32)"]

Return Value

[Missing <returns> documentation for "M:Monobjc.Foundation.NSDecimal.FromUnsignedInt(System.UInt32)"]

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)