# Examples from pyvista.core._validation.check.check_integer
# ==========================================================

# Check if an array has integer-like values.
from pyvista import _validation
_validation.check_integer([1.0, 2.0])

# ----------------------------------------------------------------------
# Generated by sphinx-examples-as-code https://github.com/pyvista/sphinx-examples-as-code

