TechTalk Genome v4.2

NullableInt16.Add Method 

Returns the result of adding two NullableInt16

public static NullableInt16 Add(
   NullableInt16 x,
   NullableInt16 y
);

Parameters

x
NullableInt16 value
y
NullableInt16 value

Return Value

result of addition operation

Requirements

Namespace: TechTalk.Genome.NullableTypes

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

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableInt16 Class | TechTalk.Genome.NullableTypes Namespace