Creates an instance of WindSpeed with a numeric value and unit type.
The numeric value of the WindSpeed.
The unit type (e.g., km/h, m/s, kn).
Readonly
unitThe unit type (e.g., km/h, m/s, kn).
Readonly
valueThe numeric value of the WindSpeed.
Rounds the WindSpeed value to a specified number of decimal places.
The number of decimal places to round to.
The rounded WindSpeed value.
Converts the WindSpeed value to kilometers per hour (km/h).
A new WindSpeed instance with the value converted to km/h.
Converts the WindSpeed value to knots (kn).
A new WindSpeed instance with the value converted to knots.
Converts the WindSpeed value to meters per second (m/s).
A new WindSpeed instance with the value converted to m/s.
Represents a WindSpeed unit with the specified value and unit type.