Greater than operator.

interface GreaterThanComparison {
    greaterThan: number;
}

Properties

Properties

greaterThan: number

Threshold value compared against.