Click or drag to resize

NMathFunctionsSin Method

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