MonobjcMonobjc Documented Class Library
FromInt Method (value)
NamespacesMonobjc.FoundationNSDecimalFromInt(Int32)

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

Declaration Syntax
C#Visual BasicVisual C++
public static NSDecimal FromInt(
	int value
)
Public Shared Function FromInt ( _
	value As Integer _
) As NSDecimal
public:
static NSDecimal FromInt(
	int value
)
Parameters
value (Int32)

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

Return Value

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

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)