TechTalk Genome v4.2

NullableUInt16 Bitwise And Operator 

Bitwise AND operator

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

Parameters

x
Nullable Int16 value
y
Nullable Int16 value

Return Value

result of bitwise 'and' operation

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