You are here:
Symbol Reference >
clMtxExpr Namespace
>
Classes
>
clVector Record
>
public
>
Cosh Method
>
clVector.Cosh Method ()
MtxVec VCL
Example
clVector.Cosh Method ()
var
A,B:
clVector
;
begin
A.CopyFromArray(TSingleArray.Create(1,0, 2,0, 2,0 4,1)); B.Cosh(A);
end
;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.