pipValue method
Implementation
@protected
Decimal pipValue(MatexBaseCoreState state, {bool rational = false}) {
return toDecimal(rationalPipValue(state));
}
@protected
Decimal pipValue(MatexBaseCoreState state, {bool rational = false}) {
return toDecimal(rationalPipValue(state));
}