Variable.Or(Variable) Method

Top 

Description

Returns the bitwise OR of the two variable values.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

Variable.Or(

Variable numberArgument)

 

 

Arguments

numberArgument


Description:

Variable to use in the bitwise OR calculation with the calling Variable

 

 

 

Return Value

Type:

number

 

 

Returns the bitwise OR of the two variable values.

 

Syntax

myVariable1 = myVariable2.Or(myVariable3);

 

 

See also

Variable Object

Matrix, Array, and Variable Math Guide