Divides value x by y.
Namespace: Cudafy.TypesAssembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170
Syntax
C# |
---|
public static ComplexD Divide( ComplexD x, ComplexD y ) |
Visual Basic |
---|
Public Shared Function Divide ( _ x As ComplexD, _ y As ComplexD _ ) As ComplexD |
Visual C++ |
---|
public: static ComplexD Divide( ComplexD x, ComplexD y ) |