fixedCosts method

C fixedCosts(
  1. double costs
)

Implementation

C fixedCosts(double costs) {
  return patchState(MatexBaseCoreState(fixedCosts: sanitizeDouble(costs)));
}