libsbmlcs.ConversionProperties.setFloatValue C# (CSharp) Method

setFloatValue() public method

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