TechTalk Genome v4.2

NullableUInt16 Subtraction Operator 

Computes the subtraction of the two specified NullableUInt16 structures.

public static NullableUInt16 operator -(
   NullableUInt16 x,
   NullableUInt16 y
);

Parameters

x
A NullableUInt16 structure.
y
A NullableUInt16 structure.

Return Value

Null if either instance of NullableUInt16 is Null otherwise a NullableUInt16 structure whose Value property contains the results of the subtraction.

Exceptions

Exception TypeCondition
OverflowException The subtraction compute a number that is less than Int16.MinValue or greater than Int16.MaxValue.

Requirements

Namespace: TechTalk.Genome.NullableTypes

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableUInt16 Class | TechTalk.Genome.NullableTypes Namespace