BarRaceValueFormatFluent extension
Generated fluent modifiers for BarRaceValueFormat.
Methods
-
withDecimalPlaces(
int value) → BarRaceValueFormat -
Available on BarRaceValueFormat, provided by the BarRaceValueFormatFluent extension
Replaces BarRaceValueFormat.decimalPlaces withvalue. -
withNotation(
BarRaceValueNotation value) → BarRaceValueFormat -
Available on BarRaceValueFormat, provided by the BarRaceValueFormatFluent extension
Replaces BarRaceValueFormat.notation withvalue. -
withPattern(
String value) → BarRaceValueFormat -
Available on BarRaceValueFormat, provided by the BarRaceValueFormatFluent extension
Replaces BarRaceValueFormat.pattern withvalue. -
withScale(
double value) → BarRaceValueFormat -
Available on BarRaceValueFormat, provided by the BarRaceValueFormatFluent extension
Replaces BarRaceValueFormat.scale withvalue. -
withTrimTrailingZeros(
bool value) → BarRaceValueFormat -
Available on BarRaceValueFormat, provided by the BarRaceValueFormatFluent extension
Replaces BarRaceValueFormat.trimTrailingZeros withvalue. -
withUseGrouping(
bool value) → BarRaceValueFormat -
Available on BarRaceValueFormat, provided by the BarRaceValueFormatFluent extension
Replaces BarRaceValueFormat.useGrouping withvalue.