Calculates the square of the complex number
Namespace: RelaxIS_SDK.libMathAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public static Complex Square(
Complex c
)
Public Shared Function Square (
c As Complex
) As Complex
Dim c As Complex
Dim returnValue As Complex
returnValue = Complex.Square(c)
Parameters
- c Complex
- The complex number used for calculation
Return Value
ComplexThe square of the complex number
See Also