IsIndeterminate() 공개 정적인 메소드

Returns whether the specified values is indeterminate
public static IsIndeterminate ( double progress ) : bool
progress double The progress for which to check
리턴 bool
 /// <summary>
 /// Returns whether <see cref="Progress"/>  is indeterminate
 /// </summary>
 /// <returns>Whether the current arguments are for indeterminate progress</returns>
 public bool IsProgressIndeterminate()
 {
     return(ProgressControllerHelper.IsIndeterminate(this.Progress));
 }