thrust::operator!=#
Overloads#
operator!=(x, y)#
operator!=(x, y)#
operator!=(x, y)#
operator!=(x, y)#
-
template<typename T0, typename T1>
bool thrust::operator!=(
)# Returns true if the imaginary part of the
complexnumber is not zero or the real part is different from the scalar. Returns false otherwise.Added in version 2.2.0.
- Parameters:
x – The scalar.
y – The
complex.
operator!=(x, y)#
-
template<typename T0, typename T1>
bool thrust::operator!=(
)# Returns true if the imaginary part of the
complexnumber is not zero or the real part is different from the scalar. Returns false otherwise.Added in version 2.2.0.
- Parameters:
x – The
complex.y – The scalar.