You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
TOpenCLMtxVec Class
>
TOpenCLMtxVec Methods
>
Csc Method
>
TOpenCLMtxVec.Csc Method ()
Dew Math for .NET
TOpenCLMtxVec.Csc Method ()
TOpenCLMtxVec Class
TOpenCLMtxVec Members
Dew.Math Namespace
Csc Method
Example
See Also
Collapse All
Cosecant.
Syntax
C#
Visual Basic
public
TOpenCLMtxVec
Csc
();
Public
Function
Csc
()
As
TOpenCLMtxVec
Remarks
Calculate the cosecant of all caling object elements in-place.
See Also
ArcCsc
,
Sec
Example
using
Dew.Math
;
using
Dew.Math.Units
;
namespace
Dew.Examples() {
void
Example() {
TOpenCLVector
a; clMtxVec.CreateIt(
out
a);
try
{ a.CopyCplxFromArray(
new
double
[] {1,-2,3,4}); a.Csc();
// Computes complex cosecant
}
finally
{ clMtxVec.FreeIt(
ref
a); } } }
Group
Csc Method
Links
TOpenCLMtxVec Class
,
TOpenCLMtxVec Members
,
Dew.Math Namespace
,
Csc Method
,
Example
,
See Also
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!