C# Class CrewChiefV3.Events.CornerData.EnumWithThresholds

Afficher le fichier Open project: mrbelowski/r3e_crewchief_v3 Class Usage Examples

Méthodes publiques

Свойство Type Description
e System.Enum
lowerThreshold float
upperThreshold float

Méthodes publiques

Méthode Description
EnumWithThresholds ( Enum e, float lowerThreshold, float upperThreshold ) : System

Method Details

EnumWithThresholds() public méthode

public EnumWithThresholds ( Enum e, float lowerThreshold, float upperThreshold ) : System
e System.Enum
lowerThreshold float
upperThreshold float
Résultat System

Property Details

e public_oe property

public Enum,System e
Résultat System.Enum

lowerThreshold public_oe property

public float lowerThreshold
Résultat float

upperThreshold public_oe property

public float upperThreshold
Résultat float