ATMLModelLibrary.model.signal.SQUARE_WAVE.Deserialize C# (CSharp) Method

Deserialize() public static method

public static Deserialize ( System s ) : SQUARE_WAVE
s System
return SQUARE_WAVE
        public static SQUARE_WAVE Deserialize(System.IO.Stream s)
        {
            return ((SQUARE_WAVE)(Serializer.Deserialize(s)));
        }
        #endregion

Same methods

SQUARE_WAVE::Deserialize ( string input ) : SQUARE_WAVE
SQUARE_WAVE::Deserialize ( string input, SQUARE_WAVE &obj ) : bool
SQUARE_WAVE::Deserialize ( string input, SQUARE_WAVE &obj, System &exception ) : bool