interface Divide {
    $divide: NumberExpression[];
}

Properties

Properties

$divide: NumberExpression[]

Returns the result of dividing the first number by the second. Accepts two argument expressions.