libsbmlcs.ConversionProperties.setDoubleValue C# (CSharp) Method

setDoubleValue() public method

public setDoubleValue ( string key, double value ) : void
key string
value double
return void
        public new void setDoubleValue(string key, double value)
        {
            libsbmlPINVOKE.ConversionProperties_setDoubleValue(swigCPtr, key, value);
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
        }