Operators Enum

Definition

Represents available logical operators.

public enum class Operators
public enum Operators
type Operators = 
Public Enum Operators
Inheritance
Operators

Fields

Between 12

Between two values.

BottomN 8

The bottom N values.

BottomPercent 10

The bottom N percentage.

Equal 0

Equal operator.

GreaterThan 3

Greater-than operator.

GreaterThanOrEqual 4

Greater-than-or-euqal operator.

In 11

Multiple match operator.

LessThan 5

Less-than operator.

LessThanOrEqual 6

Less-than-or-equal operator.

Like 1

Pattern searching operator.

NotEqual 2

Not-equal operator.

TopN 7

The top N values.

TopPercent 9

The top N percentage.

Applies to