Variable.And(Variable) Method

Top 

Description

Returns the bitwise AND of the two variable values.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Method Signature

Variable.And(

Variable numberArgument)

 

 

Arguments

numberArgument


Description:

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

 

 

 

Return Value

Type:

number

 

 

Returns the bitwise AND of the two variable values.

 

Syntax

myVariable1 = myVariable2.And(myVariable3);

 

 

See also

Variable Object

Matrix, Array, and Variable Math Guide