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();
        }