warp.isnan#
- warp.isnan(a: Scalar) bool#
Kernel
Return
Trueifais NaN, otherwise returnFalse.Attention
This function will no longer support integer types as input. Please use float types instead.
- warp.isnan(a: Vector[Any, Scalar]) bool
Kernel
Return
Trueif any element of the vectorais NaN, otherwise returnFalse.Attention
This function will no longer support integer types as input. Please use float types instead.
- warp.isnan(a: Quaternion[Scalar]) bool
Kernel
Return
Trueif any element of the quaternionais NaN, otherwise returnFalse.Attention
This function will no longer support integer types as input. Please use float types instead.
- warp.isnan(a: Matrix[Any, Any, Scalar]) bool
Kernel
Return
Trueif any element of the matrixais NaN, otherwise returnFalse.Attention
This function will no longer support integer types as input. Please use float types instead.