[This is preliminary documentation and is subject to change.]
Returns enumerable of named times measured in double second fractions.
The returned times are EMA-filtered from supplied individual measurement samples
Namespace: NFX.GlueAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public IEnumerable<KeyValuePair<string, double>> StatTimes { get; }
public IEnumerable<KeyValuePair<string, double>> StatTimes { get; }
Public ReadOnly Property StatTimes As IEnumerable(Of KeyValuePair(Of String, Double))
Get
Public ReadOnly Property StatTimes As IEnumerable(Of KeyValuePair(Of String, Double))
Get
public:
property IEnumerable<KeyValuePair<String^, double>>^ StatTimes {
IEnumerable<KeyValuePair<String^, double>>^ get ();
}
public:
property IEnumerable<KeyValuePair<String^, double>>^ StatTimes {
IEnumerable<KeyValuePair<String^, double>>^ get ();
}
member StatTimes : IEnumerable<KeyValuePair<string, float>> with get
member StatTimes : IEnumerable<KeyValuePair<string, float>> with get
Property Value
Type:
IEnumerable
KeyValuePair
String,
Double