You are here:
Symbol Reference >
clMtxExpr Namespace
>
Classes
>
clMatrix Record
>
public
>
Sin Method
>
clMatrix.Sin Method ()
MtxVec VCL
clMatrix.Sin Method ()
clMatrix Record
|
clMatrix Members
|
clMtxExpr Namespace
|
Sin Method
|
Example
|
See Also
Collapse All
Sine function.
Pascal
function
Sin
:
TOpenCLMtxVec
;
overload
;
Description
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
;
Examples on GitHub
Group
Sin Method
Links
clMatrix Record
,
clMatrix Members
,
clMtxExpr Namespace
,
Sin Method
,
Example
,
See Also
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic?
Send feedback!