![]() |
VOOZH | about |
MultiplyRule Class
Namespace: Json.Logic.Rules
Inheritance: MultiplyRule 🡒 Rule 🡒 object
Implemented interfaces:
Handles the * operation.
Applies the rule to the input data.
1
public override JsonNode Apply(JsonNode data, JsonNode contextData)
| Parameter | Type | Description |
|---|---|---|
| data | JsonNode | The input data. |
| contextData | JsonNode | Optional secondary data. Used by a few operators to pass a secondary data context to inner operators. |
The result of the rule.
A new version of content is available.