C# Class ATMLModelLibrary.model.RangingInformation

Inheritance: ICloneable
Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Méthodes publiques

Свойство Type Description
PATTERN string

Méthodes publiques

Méthode Description
Clone ( ) : object
IsRange ( string value ) : bool
RangingInformation ( ) : System
RangingInformation ( string value, double magnitude ) : System
RangingInformation ( string value, string &remainder, double magnitude ) : System
ToString ( ) : string
Validate ( ) : void

Méthodes protégées

Méthode Description
OnValueChanged ( ) : void

Private Methods

Méthode Description
CalculateRange ( double magnitude, string nextWord, int size ) : string
CreateRange ( string value, string &remainder, double magnitude ) : void

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

IsRange() public static méthode

public static IsRange ( string value ) : bool
value string
Résultat bool

OnValueChanged() protected méthode

protected OnValueChanged ( ) : void
Résultat void

RangingInformation() public méthode

public RangingInformation ( ) : System
Résultat System

RangingInformation() public méthode

public RangingInformation ( string value, double magnitude ) : System
value string
magnitude double
Résultat System

RangingInformation() public méthode

public RangingInformation ( string value, string &remainder, double magnitude ) : System
value string
remainder string
magnitude double
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Validate() public méthode

public Validate ( ) : void
Résultat void

Property Details

PATTERN public_oe static_oe property

public static string PATTERN
Résultat string