libsbml.SBMLReader.hasBzip2 C# (CSharp) Méthode

hasBzip2() public static méthode

public static hasBzip2 ( ) : bool
Résultat bool
        public static bool hasBzip2()
        {
            bool ret = libsbmlPINVOKE.SBMLReader_hasBzip2();
            return ret;
        }