Computes the subtraction of the two specified NullableSByte structures.
Null if either instance of NullableSByte is Null otherwise a NullableSByte structure whose Value property contains the results of the subtraction.
| Exception Type | Condition |
|---|---|
| OverflowException | The subtraction compute a number that is less than SByte.MinValue or greater than SByte.MaxValue. |
Namespace: TechTalk.Genome.NullableTypes
Assembly: TechTalk.Genome (in TechTalk.Genome.dll)
Version: 4.2.4.4
Editions: Professional, Evaluation, Express
NullableSByte Class | TechTalk.Genome.NullableTypes Namespace