Skip to content

UInt24.BitwiseAnd Operator

Definition

Computes the bitwise-and of two values.

public static UInt24 operator BitwiseAnd(UInt24 left, UInt24 right);

View source

Parameters

Name Type Description
left UInt24 The value to and with right.
right UInt24 The value to and with left.

Returns

UInt24

The bitwise-and of left and right.