libsbmlcs.ASTNode.representsBvar C# (CSharp) 메소드

representsBvar() 공개 메소드

public representsBvar ( ) : bool
리턴 bool
        public new bool representsBvar()
        {
            bool ret = libsbmlPINVOKE.ASTNode_representsBvar(swigCPtr);
            return ret;
        }