libsbml.libsbml.representsFunctionRequiringAtLeastTwoArguments C# (CSharp) Method

representsFunctionRequiringAtLeastTwoArguments() public static method

public static representsFunctionRequiringAtLeastTwoArguments ( int type ) : bool
type int
return bool
        public static bool representsFunctionRequiringAtLeastTwoArguments(int type)
        {
            bool ret = libsbmlPINVOKE.representsFunctionRequiringAtLeastTwoArguments(type);
            return ret;
        }