measureArithmeticOperator()
Home > @gooddata/sdk-model > measureArithmeticOperator
measureArithmeticOperator() function
Gets arithmetic operator from the provided arithmetic measure.
Signature:
export declare function measureArithmeticOperator(measure: IMeasure<IArithmeticMeasureDefinition>): ArithmeticMeasureOperator;
Parameters
Parameter | Type | Description |
---|---|---|
measure | IMeasure<IArithmeticMeasureDefinition> | arithmetic measure to get arithmetic operator from |
Returns:
arithmetic operator of the measure