MonobjcMonobjc Documented Class Library
Implicit Operator
NamespacesMonobjc.FoundationNSIntegerImplicitWideningImplicitImplicitImplicit(Single to NSInteger)

[Missing <summary> documentation for "M:Monobjc.Foundation.NSInteger.op_Implicit(System.Single)~Monobjc.Foundation.NSInteger"]

Declaration Syntax
C#Visual BasicVisual C++
public static implicit operator NSInteger (
	float value
)
Public Shared Widening Operator CType ( _
	value As Single _
) As NSInteger
static implicit operator NSInteger (
	float value
)
Parameters
value (Single)

[Missing <param name="value"/> documentation for "M:Monobjc.Foundation.NSInteger.op_Implicit(System.Single)~Monobjc.Foundation.NSInteger"]

Return Value

[Missing <returns> documentation for "M:Monobjc.Foundation.NSInteger.op_Implicit(System.Single)~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)