libsbml.StoichiometryMath.clone C# (CSharp) Method

clone() public method

public clone ( ) : StoichiometryMath
return StoichiometryMath
        public new StoichiometryMath clone()
        {
            IntPtr cPtr = libsbmlPINVOKE.StoichiometryMath_clone(swigCPtr);
            StoichiometryMath ret = (cPtr == IntPtr.Zero) ? null : new StoichiometryMath(cPtr, true);
            return ret;
        }