C# Класс SonarLint.VisualStudio.Progress.Observation.ViewModels.ProgressViewModel

View model for the main/sub progress
Наследование: ViewModelBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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