You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
clVector Structure
>
clVector Methods
>
Exp10 Method
>
clVector.Exp10 Method ()
Dew Math for .NET
Example
clVector.Exp10 Method ()
var A,B:
clVector
; begin A.CopyFromArray(TSingleArray.Create(1,2,3,4)); B.Exp10(A);
// B = [10, 100, 1000, 10 000]
end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home