libsbmlcs.ConversionProperties.setDoubleValue C# (CSharp) Метод

setDoubleValue() публичный Метод

public setDoubleValue ( string key, double value ) : void
key string
value double
Результат void
        public new void setDoubleValue(string key, double value)
        {
            libsbmlPINVOKE.ConversionProperties_setDoubleValue(swigCPtr, key, value);
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
        }