[Overview][Procedures and functions][Index] |
Source position: _crw_ef.pas line 181
function ScalarProduct( |
const x: array of Double; |
const y: array of Double; |
N: Integer |
):Extended; overload; |
const x: array of Single; |
const y: array of Single; |
N: Integer |
):Extended; overload; |
const x: array of Int64; |
const y: array of Int64; |
N: Integer |
):Extended; overload; |
const x: array of Integer; |
const y: array of Integer; |
N: Integer |
):Extended; overload; |