NSNumber.FromInt16(Int16) Method

Definition

Factory method to create a number from a short.

[Foundation.Export("numberWithShort:")]
public static Foundation.NSNumber FromInt16 (short value);
static member FromInt16 : int16 -> Foundation.NSNumber

Parameters

value
Int16

Returns

Attributes

Applies to