Computes the subtraction of the two specified NullableInt16 structures.
Null if either instance of NullableInt16 is Null otherwise a NullableInt16 structure whose Value property contains the results of the subtraction.
Exception Type | Condition |
---|---|
OverflowException | The subtraction compute a number that is less than MinValue or greater than MaxValue. |
NullableInt16 Class | NullableTypes Namespace