[Overview][Procedures and functions][Index] Reference for unit '_crw_ef' (#crwlib)

ScalarProduct

Declaration

Source position: _crw_ef.pas line 181

function ScalarProduct(

  const x: array of Double;

  const y: array of Double;

  N: Integer

):Extended; overload;

function ScalarProduct(

  const x: array of Single;

  const y: array of Single;

  N: Integer

):Extended; overload;

function ScalarProduct(

  const x: array of Int64;

  const y: array of Int64;

  N: Integer

):Extended; overload;

function ScalarProduct(

  const x: array of Integer;

  const y: array of Integer;

  N: Integer

):Extended; overload;