C# Class CrewChiefV3.Events.CornerData.EnumWithThresholds

Mostrar archivo Open project: mrbelowski/r3e_crewchief_v3 Class Usage Examples

Public Properties

Property Type Description
e System.Enum
lowerThreshold float
upperThreshold float

Public Methods

Method Description
EnumWithThresholds ( Enum e, float lowerThreshold, float upperThreshold ) : System

Method Details

EnumWithThresholds() public method

public EnumWithThresholds ( Enum e, float lowerThreshold, float upperThreshold ) : System
e System.Enum
lowerThreshold float
upperThreshold float
return System

Property Details

e public_oe property

public Enum,System e
return System.Enum

lowerThreshold public_oe property

public float lowerThreshold
return float

upperThreshold public_oe property

public float upperThreshold
return float