NumericUpDown.

OnCoerceMinimum(double) Method

Summary

Called when the Minimum property has to be coerced.
Namespace
Avalonia.Controls
Containing Type
NumericUpDown

Syntax

protected virtual double OnCoerceMinimum(double baseValue)

Parameters

Name Type Description
baseValue double The value.

Return Value

Type Description
double