Click or drag to resize

NMathFunctionsSqrt Method

Overload List
 NameDescription
Public methodStatic memberSqrt(Double) Calculates the principal value of the square root of a double-precision floating point number.
Public methodStatic memberSqrt(DoubleComplex) Calculates the principal value of the square root of a complex number.
Public methodStatic memberSqrt(DoubleComplexMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the square root function to each element of the matrix.
Public methodStatic memberSqrt(DoubleComplexVector) Creates a new vector with the same size as a given vector, whose values are the result of applying the square root function to each element of the vector.
Public methodStatic memberSqrt(DoubleMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the square root function to each element of the matrix.
Public methodStatic memberSqrt(DoubleVector) Creates a new vector with the same size as a given vector, whose values are the result of applying the square root function to each element of the vector.
Public methodStatic memberSqrt(FloatComplex) Calculates the principal value of the square root of a complex number.
Public methodStatic memberSqrt(FloatComplexMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the square root function to each element of the matrix.
Public methodStatic memberSqrt(FloatComplexVector) Creates a new vector with the same size as a given vector, whose values are the result of applying the square root function to each element of the vector.
Public methodStatic memberSqrt(FloatMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the square root function to each element of the matrix.
Public methodStatic memberSqrt(FloatVector) Creates a new vector with the same size as a given vector, whose values are the result of applying the square root function to each element of the given vector.
Public methodStatic memberSqrt(Single) Calculates the principal value of the square root of a floating point number.
Top
See Also