DataModeFunction
Description
Possible methods of calculating the center of a data mode.
namespace DataModeFunction
{
enum Type
{
Mean,
Median,
Middle
};
}
Possible methods of calculating the center of a data mode.
namespace DataModeFunction
{
enum Type
{
Mean,
Median,
Middle
};
}