TechTalk Genome v4.2

NullableUInt16.Subtract Method 

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

public static NullableUInt16 Subtract(
   NullableUInt16 x,
   NullableUInt16 y
);

Parameters

x
NullableUInt16 value
y
NullableUInt16 value

Return Value

y subtracted from x

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