Managed Array Functions<T> Methods
Methods
Abs | Computes the absolute value of each element of an array. |
Acos | Computes the inverse cosine of each element of an array. |
Acosh | Computes the inverse hyperbolic cosine of each element of an array. |
Add | Adds a value to each element of an array. |
Asin | Computes the inverse sine of each element of an array. |
Asinh | Computes the inverse hyperbolic sine of each element of an array. |
Atan | Computes the inverse tangent of each element of an array. |
Atan2 | Computes the four-quadrant inverse tangent of each pair of corresponding elements of two arrays. |
Atanh | Computes the inverse hyperbolic tangent of each element of an array. |
Ceiling | Computes the smallest integer greather than or equal to each element of an array. |
Cos | Computes the cosine of each element of an array. |
Cosh | Computes the hyperbolic cosine of each element of an array. |
Divide( | Divides a number by each element of an array. |
Divide( | Divides each element of an array by the corresponding element in another array. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Exp | Computes the exponential of each element of an array. |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
Floor | Computes the largest integer less than or equal to each element of an array. |
Get | Serves as the default hash function. (Inherited from Object) |
Get | Gets the Type of the current instance. (Inherited from Object) |
Hypot | Computes the square root of the sum of the squared corresponding elements of two matrices. |
Log | Computes the natural logarithm of each element of an array. |
Max( | Computes the maximum of all elements in the array. |
Max( | Computes the maximum of a number and each element of an array. |
Memberwise | Creates a shallow copy of the current Object. (Inherited from Object) |
Min( | Computes the minimum of all elements in the array. |
Min( | Computes the minimum of a number and each element of an array. |
Multiply | Multiplies each element of an array by the corresponding element in another array. |
Pow( | Raises each element in an array to the specified power. |
Pow( | Raises each element in an array to the specified power. |
Set | Sets all elements in the array to the specified value. |
Sin | Computes the sine of each element of an array. |
Sinh | Computes the hyperbolic sine of each element of an array. |
Sqrt | Computes the square root of each element of an array. |
Subtract | Subtracts each element of an array from a value. |
Sum | Computes the sum of all elements in the array. |
Tan | Computes the tangent of each element of an array. |
Tanh | Computes the hyperbolic tangent of each element of an array. |
ToString | Returns a string that represents the current object. (Inherited from Object) |