'Declaration Public Overloads Sub SetValue( _ ByVal significant As Decimal, _ ByVal exponent As Integer _ )
'Usage Dim instance As WinCalculator Dim significant As Decimal Dim exponent As Integer instance.SetValue(significant, exponent)
public void SetValue( decimal significant, int exponent )
Parameters
- significant
- The significant portion of the value to add.
- exponent
- The exponent portion of the value to add.