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

setFloatValue() public méthode

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