MonobjcMonobjc Documented Class Library
FromInteger Method (value)
NamespacesMonobjc.FoundationNSDecimalFromInteger(NSInteger)

[Missing <summary> documentation for "M:Monobjc.Foundation.NSDecimal.FromInteger(Monobjc.Foundation.NSInteger)"]

Declaration Syntax
C#Visual BasicVisual C++
public static NSDecimal FromInteger(
	NSInteger value
)
Public Shared Function FromInteger ( _
	value As NSInteger _
) As NSDecimal
public:
static NSDecimal FromInteger(
	NSInteger value
)
Parameters
value (NSInteger)

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

Return Value

[Missing <returns> documentation for "M:Monobjc.Foundation.NSDecimal.FromInteger(Monobjc.Foundation.NSInteger)"]

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)