Transport StatTimes Property NFX Class Library

[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.Glue
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public IEnumerable<KeyValuePair<string, double>> StatTimes { get; }

Property Value

Type: OnlineIEnumerable OnlineKeyValuePair OnlineString, OnlineDouble  
See Also