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