cLowestTempC property

double cLowestTempC
final

Implementation

static final double cLowestTempC = Temperature(
  BallisticConstants.cLowestTempF,
  Unit.fahrenheit,
).in_(Unit.celsius);