Computes sine of the number.
If obj is of type TMatrix or TSystem then action depends on the number of elements.
1 | The same method is applied to the element and its result is returned. |
> 1 | GeneralException is thrown. |
public TNumber Sin()
Public Function Sin As TNumber
public:
TNumber^ Sin()
member Sin : unit -> TNumber
GeneralException | Thrown if obj is neither a scalar value nor a compound value with a single element. |