Overload List
Overload 1: TCplx Cos(TCplx X)
Cosine.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TCplx | scalar |
Returns: TCplx (complex) - the cosine of a complex argument X.
Overload 2: void Cos(TCplx X, ref TCplx result)
Cosine.
| # | Name | Description |
|---|---|---|
| 1 | X | Defines complex argument for function. |
| 2 | result | Returns the result of function operation. |
Result: stored in self (calling object)
Remarks:
Calculates the cosine of a complex argument X.
Overload 3: TSCplx Cos(TSCplx X)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TSCplx | scalar |
Returns: TSCplx
Overload 4: void Cos(TSCplx X, ref TSCplx result)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TSCplx | scalar |
| 2 | result | TSCplx (ref) |
Result: stored in self (calling object)
Overload 5: Double Cos(Double Src)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Double | scalar |
Returns: Double
Overload 6: Double Cos(Int32 Src)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Int32 |
Returns: Double
Overload 7: Double Cos(Int64 Src)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Int64 |
Returns: Double
Overload 8: Single Cos(Single Src)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Single | scalar |
Returns: Single
Overload 9: Single Cosf(Int32 Src)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Int32 |
Returns: Single
Overload 10: Single Cosf(Int64 Src)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Int64 |
Returns: Single
Overload 11: Single Cosf(Single X)
Cosine function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Single | scalar |
Returns: Single - Returns the cosine of argument X, in radians.
See Also: Math387.ArcCosf