[This is preliminary documentation and is subject to change.]
Namespace: Tools.WindowsT.WPF.ControlsTAssembly: 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