pipValue method

  1. @protected
Decimal pipValue(
  1. MatexBaseCoreState state, {
  2. bool rational = false,
})

Implementation

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