C# 클래스 SonarLint.VisualStudio.Progress.Observation.ViewModels.ProgressViewModel

View model for the main/sub progress
상속: ViewModelBase
파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarlint-visualstudio 1 사용 예제들

공개 메소드들

메소드 설명
SetUpperBoundLimitedValue ( double value ) : void

Will set the value whilst taking into account potential floating point errors when incrementing the value in a way that the sum is greater than 1.0 (within UpperBoundMarginalErrorSupport). Double.NaN values are also supported by this method (pass-through).

메소드 상세

SetUpperBoundLimitedValue() 공개 메소드

Will set the value whilst taking into account potential floating point errors when incrementing the value in a way that the sum is greater than 1.0 (within UpperBoundMarginalErrorSupport). Double.NaN values are also supported by this method (pass-through).
public SetUpperBoundLimitedValue ( double value ) : void
value double
리턴 void