Interface MovingFunctionAggregateResult

interface MovingFunctionAggregateResult {
    fnValue: number;
}

Properties

Properties

fnValue: number