TechTalk Genome v4.2

NullableInt16 Greater Than Or Equal Operator 

Comparison: greater than or equals

public static NullableBoolean operator >=(
   NullableInt16 x,
   NullableInt16 y
);

Parameters

x
Nullable Int16 value
y
Nullable Int16 value

Return Value

result of greater than or equals comparison

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