NullableTypes Class Library

NullableInt16.BitwiseAnd Method 

returns the result of bitwise And operation on NullableInt16 values

[Visual Basic]
Public Shared Function BitwiseAnd( _
   ByVal x As NullableInt16, _
   ByVal y As NullableInt16 _
) As NullableInt16
[C#]
public static NullableInt16 BitwiseAnd(
   NullableInt16 x,
   NullableInt16 y
);

Parameters

x
NullableInt16 value
y
NullableInt16 value

Return Value

result of 'bitwise And' operation

See Also

NullableInt16 Class | NullableTypes Namespace