Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
NSStatisticsDataSet
String GetDescription()
NSStatisticsDataSet thing; String description = thing.GetDescription();
String GetLabel()
NSStatisticsDataSet thing; String label = thing.GetLabel();
NSStatisticsDataValue[] GetValues()
NSStatisticsDataSet thing; NSStatisticsDataValue[] values = thing.GetValues();
Void SetDescription(String description)
NSStatisticsDataSet thing; String description; thing.SetDescription(description);
Void SetLabel(String label)
NSStatisticsDataSet thing; String label; thing.SetLabel(label);
Void SetValues(NSStatisticsDataValue[] values)
NSStatisticsDataSet thing; NSStatisticsDataValue[] values; thing.SetValues(values);
Was this page helpful?