TechTalk Genome v4.2

NullableInt16.GreaterThan Method 

returns the result of greater than comparision between NullableInt16 values

public static NullableBoolean GreaterThan(
   NullableInt16 x,
   NullableInt16 y
);

Parameters

x
NullableInt16 value
y
NullableInt16 value

Return Value

true if x>y, false otherwise

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