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