The set of observed values before any perturbation occurs.
Namespace: ElecNetKit.SensitivitiesAssembly: ElecNetKit.Sensitivities (in ElecNetKit.Sensitivities.dll) Version: 1.1.4771.27372 (1.1.0.0)
public Dictionary<Tuple<string, Type>, TObserve> BeforeValues { get; private set; }
Public Property BeforeValues As Dictionary(Of Tuple(Of String, Type), TObserve)
Get
Private Set
public:
property Dictionary<Tuple<String^, Type^>^, TObserve>^ BeforeValues {
Dictionary<Tuple<String^, Type^>^, TObserve>^ get ();
private: void set (Dictionary<Tuple<String^, Type^>^, TObserve>^ value);
}
Field Value
The keys of the dictionary provided by this property are
Tuple T1, T2 s, where
Item1 is the ID of the observed network element, and
Item2
is the type of the observed network element.