GSF.PhasorProtocols.BPAPDCstream.FrequencyValue.FrequencyValue C# (CSharp) Метод

FrequencyValue() публичный Метод

Creates a new FrequencyValue from specified parameters.
public FrequencyValue ( GSF.PhasorProtocols.BPAPDCstream.DataCell parent, FrequencyDefinition frequencyDefinition, double frequency, double dfdt ) : System
parent GSF.PhasorProtocols.BPAPDCstream.DataCell The parent of this .
frequencyDefinition FrequencyDefinition The associated with this .
frequency double The floating point value that represents this .
dfdt double The floating point value that represents the change in this over time.
Результат System
        public FrequencyValue(DataCell parent, FrequencyDefinition frequencyDefinition, double frequency, double dfdt)
            : base(parent, frequencyDefinition, frequency, dfdt)
        {
        }

Same methods

FrequencyValue::FrequencyValue ( IDataCell parent, IFrequencyDefinition frequencyDefinition ) : System
FrequencyValue::FrequencyValue ( SerializationInfo info, StreamingContext context ) : System