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