Esempio n. 1
0
 //
 // Summary:
 //     Removes all elements from the System.Collections.Generic.List<T>.
 public new void Clear()
 {
     base.Clear();
     m_dLastOffset = 0.0;
     m_eUnits      = RFECommunicator.eAmplitudeUnit.dBm; //note we use the variable, not the property, to avoid any calculation
 }
Esempio n. 2
0
 //
 // Summary:
 //     Removes all elements from the System.Collections.Generic.List<T>.
 public new void Clear()
 {
     base.Clear();
     m_dLastOffset = 0.0;
     m_eUnits = RFECommunicator.eAmplitudeUnit.dBm; //note we use the variable, not the property, to avoid any calculation
 }