VectorTPointwiseAsin Method |
Pointwise applies the arcsine function to each value.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntaxpublic Vector<T> PointwiseAsin()
Return Value
VectorTA new vector containing the pointwise arcsines.
See Also