IMcOMGlobalMcASin Method
|
|
Arithmetic unary operator to compute ArcSine of values and returns results in
radians over the range of minus PI/2 to plus PI/2.
Namespace:
MediaCy.IQL.ObjectManager
Assembly:
MediaCy.IQL.ObjectManager (in MediaCy.IQL.ObjectManager.dll) Version: 10.0.6912.0
SyntaxFunction McASin (
Operand As Object
) As McObject
Parameters
- Operand
- Type: SystemObject
Values (limited to the range of -1.0 to +1.0) used to
compute ArcSine in radians (2 PI radians equals 360 degrees). May be a
scalar or array of any arithmetic type. It may also be an McObject instance
of an arithmetic type.
Return Value
Type:
McObjectA McObject instance holding ArcSine in radians of Operand.
The returned result will be Double. It will be the same shape as Operand,
except that it will always be an array, even if the Operand is a scalar
(generally there is no reason to use these vector operators unless you are
dealing with arrays).
RemarksThe ArcSine of the values in the Variant Operand are computed
and the result is returned. The operand must be an arithmetic type.
See Also