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

setDoubleValue() public méthode

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