PHP Classes

File: vendors/jqvmap/src/ColorScale/vectorAdd.js

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/jqvmap/src/ColorScale/vectorAdd.js   Download  
File: vendors/jqvmap/src/ColorScale/vectorAdd.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Gentelella BladeOne
Render templates using Bootstrap for presentation
Author: By
Last change:
Date: 3 years ago
Size: 192 bytes
 

Contents

Class file image Download
ColorScale.prototype.vectorAdd = function (vector1, vector2) { var vector = []; for (var i = 0; i < vector1.length; i++) { vector[i] = vector1[i] + vector2[i]; } return vector; };