speedOfLight constant

Speed const speedOfLight

Speed of light in vacuum (c). Exact value: 299,792,458 m/s.

This is an exact value by definition since the meter is defined in terms of the speed of light.

Implementation

static const Speed speedOfLight = Speed(299792458, SpeedUnit.meterPerSecond);