You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
clMatrix Structure
>
clMatrix Methods
>
Sin Method
>
clMatrix.Sin Method ()
Dew Math for .NET
clMatrix.Sin Method ()
clMatrix Structure
clMatrix Members
Dew.Math Namespace
Sin Method
Example
See Also
Collapse All
Sine function.
Syntax
C#
Visual Basic
public
TOpenCLMtxVec
Sin
();
Public
Function
Sin
()
As
TOpenCLMtxVec
Remarks
Calculate the sine of all caling object elements in-place.
See Also
ArcSin
,
SinCos
Example
var a:
clMatrix
; begin a.CopyFromArray(2,2,TSingleArray.Create(1,-2,3,4)); a.Sin;
// Computes complex sine
end;
Group
Sin Method
Links
clMatrix Structure
,
clMatrix Members
,
Dew.Math Namespace
,
Sin 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!