[This is preliminary documentation and is subject to change.]

Enforces Minimum, Maximum and DecimalPlaces on given value

Namespace: Tools.WindowsT.WPF.ControlsT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
protected virtual decimal CoerceValue(
	decimal Value
)
Visual Basic
Protected Overridable Function CoerceValue ( _
	Value As Decimal _
) As Decimal
Visual C++
protected:
virtual Decimal CoerceValue(
	Decimal Value
)
F#
abstract CoerceValue : 
        Value:decimal -> decimal 
override CoerceValue : 
        Value:decimal -> decimal 
JScript
protected function CoerceValue(
	Value : decimal
) : decimal

Parameters

Value
Type: System..::..Decimal
Value to be coerced

Return Value

Value derived from Value that fullfills the constrains

See Also