NullableTypes Class Library

NullableInt16 Implicit System.Int16 to NullableTypes.NullableInt16 Conversion 

Converts short to to NullableInt16 value

[Visual Basic]
returnValue = NullableInt16.op_Implicit(x)
[C#]
public static implicit operator NullableInt16(
   short x
);

Parameters

x
short value

Return Value

equivalent NullableInt16

See Also

NullableInt16 Class | NullableTypes Namespace