You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
Matrix Structure
>
Matrix Methods
>
Max Method
>
Matrix.Max Method ()
Dew Math for .NET
Example
Matrix.Max Method ()
var a:
Matrix
; b:
double
; begin a.SetIt(2,2,False,[1,2,3,4]); b := a.Max;
// b = 4
end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home