Stat::StatValue::SetFloat

Stat::StatValue::SetFloat
void SetFloat(const char* pname, float val);
Description

SetFloat creates a statistical data and assigns float type to the data.

Parameters
Parameters 
Description 
const char* pname 
Name of the data. 
float val 
Float value assigned to the data.