Skip to content

UInt24.BitwiseOr Operator

Definition

Computes the bitwise-or of two values.

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

View source

Parameters

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

Returns

UInt24

The bitwise-or of left and right.