Metreeca Wire
    Preparing search index...
    • Generates a SPARQL multiplication (*) of two numeric expressions.

      Parenthesises the operands so the product binds as a unit regardless of the surrounding operator precedence.

      Parameters

      • x: string

        The left operand expression

      • y: string

        The right operand expression

      Returns string

      The parenthesised (… * …) product