Table of Contents

Class Speed

Namespace
SunamoData.Data
Assembly
SunamoData.dll

Represents speed in different units.

public class Speed
Inheritance
Speed
Inherited Members
Extension Methods

Properties

Kmph

Gets or sets the speed in kilometers per hour (km/h).

public double Kmph { get; set; }

Property Value

double

Mps

Gets or sets the speed in meters per second (m/s).

public double Mps { get; set; }

Property Value

double