DirectOuput Framework R2
DirectOutput framework R2 for virtual pinball cabinets
Go to:
Overview 
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
DirectOutput.General.Statistics.SimpleStatistics< ValueType > Class Template Reference

Public Member Functions

void AddValue (ValueType Value)
 

Properties

string Name [get, set]
 
ValueType MaxValue [get]
 
List< ValueType > MaxValues [get, set]
 
ValueType MinValue [get]
 
List< ValueType > MinValues [get, set]
 
long ValuesCount [get]
 

Detailed Description

Type Constraints
ValueType :IComparable 

Definition at line 8 of file SimpleStatistics.cs.

Member Function Documentation

void DirectOutput.General.Statistics.SimpleStatistics< ValueType >.AddValue ( ValueType  Value)
inline

Definition at line 59 of file SimpleStatistics.cs.

Property Documentation

ValueType DirectOutput.General.Statistics.SimpleStatistics< ValueType >.MaxValue
get

Definition at line 17 of file SimpleStatistics.cs.

List<ValueType> DirectOutput.General.Statistics.SimpleStatistics< ValueType >.MaxValues
getset

Definition at line 25 of file SimpleStatistics.cs.

ValueType DirectOutput.General.Statistics.SimpleStatistics< ValueType >.MinValue
get

Definition at line 34 of file SimpleStatistics.cs.

List<ValueType> DirectOutput.General.Statistics.SimpleStatistics< ValueType >.MinValues
getset

Definition at line 43 of file SimpleStatistics.cs.

string DirectOutput.General.Statistics.SimpleStatistics< ValueType >.Name
getset

Definition at line 10 of file SimpleStatistics.cs.

long DirectOutput.General.Statistics.SimpleStatistics< ValueType >.ValuesCount
get

Definition at line 51 of file SimpleStatistics.cs.


The documentation for this class was generated from the following file: