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


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

Parameters

significant
A decimal value representing the significant portion of the result.
exponent
A integer value representing the exponent portion of the result.
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