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