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