libsbmlcs.ConversionProperties.getDoubleValue C# (CSharp) Method

getDoubleValue() public method

public getDoubleValue ( string key ) : double
key string
return double
        public new double getDoubleValue(string key)
        {
            double ret = libsbmlPINVOKE.ConversionProperties_getDoubleValue(swigCPtr, key);
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }