libsbmlcs.ConversionProperties.getDoubleValue C# (CSharp) Méthode

getDoubleValue() public méthode

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