Conjugates the specified value.
Namespace: Cudafy.TypesAssembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170
Syntax
C# |
---|
public static ComplexF Conj( ComplexF x ) |
Visual Basic |
---|
Public Shared Function Conj ( _ x As ComplexF _ ) As ComplexF |
Visual C++ |
---|
public: static ComplexF Conj( ComplexF x ) |
Parameters
- x
- Type: Cudafy.Types..::..ComplexF
The value.