Overload List
Overload 1: TCplx Sin(TCplx X)
Sine.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TCplx | scalar |
Returns: TCplx (complex) - the sine of a complex argument X.
Overload 2: void Sin(TCplx X, ref TCplx result)
Sine.
| # | 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 sine of a complex argument X.
Overload 3: TSCplx Sin(TSCplx X)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TSCplx | scalar |
Returns: TSCplx
Overload 4: void Sin(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 Sin(Double Src)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Double | scalar |
Returns: Double
Overload 6: Double Sin(Int32 Src)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Int32 |
Returns: Double
Overload 7: Double Sin(Int64 Src)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Int64 |
Returns: Double
Overload 8: Single Sin(Single Src)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Single | scalar |
Returns: Single
Overload 9: Single Sinf(Int32 Src)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Int32 |
Returns: Single
Overload 10: Single Sinf(Int64 Src)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Int64 |
Returns: Single
Overload 11: Single Sinf(Single X)
Sine function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Single | scalar |
Returns: Single - Returns the sine of argument X, in radians.
See Also: Math387.ArcSinf