NullableTypes Class Library

NullableInt16.Subtract Method 

returns the result of subtraction of a NullableInt16 value from another.

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

Parameters

x
NullableInt16 value
y
NullableInt16 value

Return Value

y subtracted from x

See Also

NullableInt16 Class | NullableTypes Namespace