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