Back to Numerical Arrays (NumPy)
np.isSignedDType
Check if dtype is a signed type.
Syntax
np.isSignedDType(dtype)
Description
Check if dtype is a signed type.
Parameters
| Name | Description |
|---|---|
| dtype | DType |
Returns
boolean