Xceed Grid for WinForms v4.3 Documentation
GetValue(Decimal,Int32,IFormatProvider) Method


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace > WinCalculator Class > GetValue Method : GetValue(Decimal,Int32,IFormatProvider) Method
A decimal value representing the significant portion of the result.
A integer value representing the exponent portion of the result.
The System.IFormatProvider to use to format the result of the mathematical equation.
Resolves the current mathematical equation and returns the significant and exponent portions of the result formatted using the provided System.IFormatProvider.
Syntax
'Declaration
 
Public Overloads Sub GetValue( _
   ByRef significant As Decimal, _
   ByRef exponent As Integer, _
   ByVal provider As IFormatProvider _
) 
'Usage
 
Dim instance As WinCalculator
Dim significant As Decimal
Dim exponent As Integer
Dim provider As IFormatProvider
 
instance.GetValue(significant, exponent, provider)
public void GetValue( 
   out decimal significant,
   out int exponent,
   IFormatProvider provider
)

Parameters

significant
A decimal value representing the significant portion of the result.
exponent
A integer value representing the exponent portion of the result.
provider
The System.IFormatProvider to use to format the result of the mathematical equation.
Remarks

Calling the GetValue method is the equivalent of pressing the equal (=) button.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WinCalculator Class
WinCalculator Members
Overload List