C# Class GradeStatistics, code

Show file Open project: shendongnian/code Class Usage Examples

Public Properties

Property Type Description
AverageGrade float
HighestGrade float
LowestGrade float

Property Details

AverageGrade public static property

public static float AverageGrade
return float

HighestGrade public static property

public static float HighestGrade
return float

LowestGrade public static property

public static float LowestGrade
return float