NumericUpDown.

OnCoerceValue(double) Method

Summary

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

Syntax

protected virtual double OnCoerceValue(double baseValue)

Parameters

Name Type Description
baseValue double The value.

Return Value

Type Description
double