DeleteAtom method

int DeleteAtom(
  1. int nAtom
)

Implementation

int DeleteAtom(
  int nAtom,
) {
  return _DeleteAtom(
    nAtom,
  );
}