libsbmlcs.FunctionDefinition.getArgument C# (CSharp) 메소드

getArgument() 공개 메소드

public getArgument ( long n ) : ASTNode
n long
리턴 ASTNode
        public ASTNode getArgument(long n)
        {
            IntPtr cPtr = libsbmlPINVOKE.FunctionDefinition_getArgument__SWIG_0(swigCPtr, n);
            ASTNode ret = (cPtr == IntPtr.Zero) ? null : new ASTNode(cPtr, false);
            return ret;
        }

Same methods

FunctionDefinition::getArgument ( string name ) : ASTNode