buffalo_core.as_int_array
- buffalo_core.as_int_array(value)[source]
Normalize numeric input to an
int32NumPy array.- Parameters:
value (
buffalo_core.typing.IntInput) – Scalar, sequence, or NumPy integer input to normalize.- Returns:
NumPy array with
int32dtype containing the normalized values.- Return type:
Notes
This helper is intended for function-boundary normalization in public and shared numeric APIs. It produces the stable integer array form used throughout Buffalo Core.