|
Map remainder over two behaviors.
-
left
:
int Behavior
-
right
:
int Behavior
-
Returns:
int Behavior
|
|
Map logical and over two behaviors.
-
left
:
bool Behavior
-
right
:
bool Behavior
-
Returns:
bool Behavior
|
|
Map multiplication over two behaviors.
-
left
:
int Behavior
-
right
:
int Behavior
-
Returns:
int Behavior
|
|
Map addition over two behaviors.
-
left
:
int Behavior
-
right
:
int Behavior
-
Returns:
int Behavior
|
|
Map subtraction over two behaviors.
-
left
:
int Behavior
-
right
:
int Behavior
-
Returns:
int Behavior
|
|
Map division over two behaviors.
-
left
:
int Behavior
-
right
:
int Behavior
-
Returns:
int Behavior
|
|
Map less-than over two behaviors.
-
left
:
'a Behavior
-
right
:
'a Behavior
-
Returns:
bool Behavior
|
|
Map left bitshift over two behaviors.
-
left
:
int Behavior
-
right
:
int32 Behavior
-
Returns:
int Behavior
|
|
Map less-than-or-equal over two behaviors.
-
left
:
'a Behavior
-
right
:
'a Behavior
-
Returns:
bool Behavior
|
|
Map inequality over two behaviors.
-
left
:
'a Behavior
-
right
:
'a Behavior
-
Returns:
bool Behavior
|
|
Map equality over two behaviors.
-
left
:
'a Behavior
-
right
:
'a Behavior
-
Returns:
bool Behavior
|
|
Map greater-than over two behaviors.
-
left
:
'a Behavior
-
right
:
'a Behavior
-
Returns:
bool Behavior
|
|
Map greater-than-or-equal over two behaviors.
-
left
:
'a Behavior
-
right
:
'a Behavior
-
Returns:
bool Behavior
|
|
Map right bitshift over two behaviors.
-
left
:
int Behavior
-
right
:
int32 Behavior
-
Returns:
int Behavior
|
|
Map logical xor over two behaviors.
-
left
:
int Behavior
-
right
:
int Behavior
-
Returns:
int Behavior
|
|
Map logical or over two behaviors.
-
left
:
bool Behavior
-
right
:
bool Behavior
-
Returns:
bool Behavior
|