Adds value y to value x.
Namespace: Cudafy.TypesAssembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170
Syntax
C# |
---|
public static ComplexD Add( ComplexD x, ComplexD y ) |
Visual Basic |
---|
Public Shared Function Add ( _ x As ComplexD, _ y As ComplexD _ ) As ComplexD |
Visual C++ |
---|
public: static ComplexD Add( ComplexD x, ComplexD y ) |
Parameters
- x
- Type: Cudafy.Types..::..ComplexD
Value one.
- y
- Type: Cudafy.Types..::..ComplexD
Value to be added.