C# Class NavigatorManaged.GpsSpeed

Afficher le fichier Open project: vejuhust/msft-scooter Class Usage Examples

Méthodes publiques

Свойство Type Description
KilometersPerHour double
Knots double
MilesPerHour double

Méthodes publiques

Méthode Description
GpsSpeed ( string ReportedSpeed ) : System
ToString ( ) : string

Method Details

GpsSpeed() public méthode

public GpsSpeed ( string ReportedSpeed ) : System
ReportedSpeed string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

KilometersPerHour public_oe property

public double KilometersPerHour
Résultat double

Knots public_oe property

public double Knots
Résultat double

MilesPerHour public_oe property

public double MilesPerHour
Résultat double