Clear() 공개 메소드

Clears all measures previously computed and indicate the sequence has ended.
public Clear ( ) : void
리턴 void
 /// <summary>
 ///   Clears this instance.
 /// </summary>
 ///
 public void Clear()
 {
     _base.Clear();
 }