NullableTypes Class Library

NullableInt16.Add Method 

Returns the result of adding two NullableInt16

[Visual Basic]
Public Shared Function Add( _
   ByVal x As NullableInt16, _
   ByVal y As NullableInt16 _
) As NullableInt16
[C#]
public static NullableInt16 Add(
   NullableInt16 x,
   NullableInt16 y
);

Parameters

x
NullableInt16 value
y
NullableInt16 value

Return Value

result of addition operation

See Also

NullableInt16 Class | NullableTypes Namespace