'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.