Methods of testing dense shaped refractory products - Part 14: Determination of thermal conductivity by the hot-wire (cross-array) method 成形致密耐火制品的测试方法第14部分:用热线法(十字排列)测定热导率 www.mapeng.net 5. A two-radius circular array method: Inferring phase velocities of Love wav...
operands of the in operator41//b. Let kPresent be the result of calling the HasProperty internal method of O with argument Pk.42//This step can be combined with c43//c. If kPresent is true, then44if(kinO) {4546//i. Let kValue be the result of calling the Get internal method of...
Creates atyped arrayfrom anothertyped array. varFloat32Array=require('@stdlib/array-float32');vararr1=newFloat32Array([5.0,5.0,5.0]);vararr2=newUint8Array(arr1);// returns <Uint8Array>[ 5, 5, 5 ] Uint8Array( obj ) Creates atyped arrayfrom an array-likeobjector iterable. vararr=ne...
Object Functions arrayfunApply function to each element of array on GPU gatherTransfer distributed array,Compositeobject, orgpuArrayobject to local workspace pagefunApply function to each page of distributed or GPU array There are several methods for examining the characteristics of agpuArrayobject. Most...
The same methods can be safely called in separate threads as long as they are not accessing the same BitArray struct. Basics Constructor - create a new bit array of length nbits BIT_ARRAY* bit_array_create(bit_index_t nbits) Destructor - free the memory used for a bit array void bit...
When creating an instance of a TypedArray (e.g. Int8Array), an array buffer is created internally in memory or, if an ArrayBuffer object is given as constructor argument, then this is used instead. The buffer address is saved as an internal property of the instance and all the methods of...
Array Sort Methods Array Iteration Methods Browser Support splice()is an ECMAScript1 (JavaScript 1997) feature. It is supported in all browsers: ChromeEdgeFirefoxSafariOperaIE YesYesYesYesYesYes ❮PreviousJavaScript ArrayReferenceNext❯ Track your progress - it's free!
...methods which can be used to create an orderedarrayof molecules within materials... 能使材料内部的分子有序排列的方法 柯林斯高阶英语词典 Links to topics that explain how to enterarray, Boolean, numeric, string, and object data. 指向特定主题的链接,这些主题解释如何输入数组 、 布尔值 、 数值...
Methods for searching arrays for a specific element.# d3.least(iterable[, comparator]) · Source, Examples # d3.least(iterable[, accessor])Returns the least element of the specified iterable according to the specified comparator or accessor. If the given iterable contains no comparable elements ...
Array Find Methods: MethodFinds indexOf()The index of the first element with a specified value lastIndexOf()The index of the last element with a specified value find()The value of the first element that passes a test findIndex()The index of the first element that passes a test ...