Function isPODArithmeticValue

  • Checks whether a given value is a bounded numeric value of a type which can be subject to ordered comparison or arithmetic in a circuit. The determination is based on the value's type, not its specific value. This returns true for all numeric types with a range fitting inside of the PODIntValue type.

    Parameters

    Returns podValue is PODIntValue | PODBooleanValue | PODDateValue

    true if the given value is arithmetic

Generated using TypeDoc