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

getFloatValue() public méthode

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