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