Lines Matching refs:number

429 2. `[size=1]` *(number)*: The length of each chunk
622 2. `[n=1]` *(number)*: The number of elements to drop.
657 2. `[n=1]` *(number)*: The number of elements to drop.
789 3. `[start=0]` *(number)*: The start position.
790 4. `[end=array.length]` *(number)*: The end position.
827 3. `[fromIndex=0]` *(number)*: The index to search from.
830 *(number)*: Returns the index of the found element, else `-1`.
873 3. `[fromIndex=array.length-1]` *(number)*: The index to search from.
876 *(number)*: Returns the index of the found element, else `-1`.
967 2. `[depth=1]` *(number)*: The maximum recursion depth.
1059 3. `[fromIndex=0]` *(number)*: The index to search from.
1062 *(number)*: Returns the index of the matched value, else `-1`.
1261 3. `[fromIndex=array.length-1]` *(number)*: The index to search from.
1264 *(number)*: Returns the index of the matched value, else `-1`.
1292 2. `[n=0]` *(number)*: The index of the element to return.
1464 2. `[indexes]` *(...(number|number[]))*: The indexes of elements to remove.
1576 2. `[start=0]` *(number)*: The start position.
1577 3. `[end=array.length]` *(number)*: The end position.
1602 *(number)*: Returns the index at which `value` should be inserted into `array`.
1631 *(number)*: Returns the index at which `value` should be inserted into `array`.
1664 *(number)*: Returns the index of the matched value, else `-1`.
1692 *(number)*: Returns the index at which `value` should be inserted into `array`.
1721 *(number)*: Returns the index at which `value` should be inserted into `array`.
1754 *(number)*: Returns the index of the matched value, else `-1`.
1855 2. `[n=1]` *(number)*: The number of elements to take.
1890 2. `[n=1]` *(number)*: The number of elements to take.
2501 each key is the number of times the key was returned by `iteratee`. The
2641 3. `[fromIndex=0]` *(number)*: The index to search from.
2687 3. `[fromIndex=collection.length-1]` *(number)*: The index to search from.
2780 3. `[depth=1]` *(number)*: The maximum recursion depth.
2924 3. `[fromIndex=0]` *(number)*: The index to search from.
3322 2. `[n=1]` *(number)*: The number of elements to sample.
3371 values or the number of own enumerable string keyed properties for objects.
3380 *(number)*: Returns the collection size.
3492 Gets the timestamp of the number of milliseconds that have elapsed since
3499 *(number)*: Returns the timestamp.
3506 // => Logs the number of milliseconds it took for the deferred invocation.
3530 1. `n` *(number)*: The number of calls before `func` is invoked.
3566 2. `[n=func.length]` *(number)*: The arity cap.
3593 1. `n` *(number)*: The number of calls at which `func` is no longer invoked.
3720 `func` returning its result, if at least `arity` number of arguments have
3737 2. `[arity=func.length]` *(number)*: The arity of `func`.
3787 2. `[arity=func.length]` *(number)*: The arity of `func`.
3850 2. `[wait=0]` *(number)*: The number of milliseconds to delay.
3853 5. `[options.maxWait]` *(number)*: The maximum time `func` is allowed to be delayed before it's inv…
3898 *(number)*: Returns the timer id.
3924 2. `wait` *(number)*: The number of milliseconds to delay invocation.
3928 *(number)*: Returns the timer id.
4233 2. `indexes` *(...(number|number[]))*: The arranged argument indexes.
4269 2. `[start=func.length-1]` *(number)*: The start position of the rest parameter.
4306 2. `[start=0]` *(number)*: The start position of the spread.
4366 2. `[wait=0]` *(number)*: The number of milliseconds to throttle invocations to.
5222 Checks if `value` is a finite primitive number.
5235 *(boolean)*: Returns `true` if `value` is a finite number, else `false`.
5482 `undefined` and other non-number values.
5625 *(boolean)*: Returns `true` if `value` is a number, else `false`.
5789 double precision number which isn't the result of a rounded unsafe integer.
6121 Converts `value` to a finite number.
6130 *(number)*: Returns the converted number.
6168 *(number)*: Returns the converted integer.
6207 *(number)*: Returns the converted integer.
6232 Converts `value` to a number.
6241 *(number)*: Returns the number.
6311 *(number)*: Returns the converted integer.
6380 1. `augend` *(number)*: The first number in an addition.
6381 2. `addend` *(number)*: The second number in an addition.
6384 *(number)*: Returns the total.
6397 <h3 id="_ceilnumber-precision0"><code>_.ceil(number, [precision=0])</code></h3>
6400 Computes `number` rounded up to `precision`.
6406 1. `number` *(number)*: The number to round up.
6407 2. `[precision=0]` *(number)*: The precision to round up to.
6410 *(number)*: Returns the rounded up number.
6438 1. `dividend` *(number)*: The first number in a division.
6439 2. `divisor` *(number)*: The second number in a division.
6442 *(number)*: Returns the quotient.
6455 <h3 id="_floornumber-precision0"><code>_.floor(number, [precision=0])</code></h3>
6458 Computes `number` rounded down to `precision`.
6464 1. `number` *(number)*: The number to round down.
6465 2. `[precision=0]` *(number)*: The precision to round down to.
6468 *(number)*: Returns the rounded down number.
6562 *(number)*: Returns the mean.
6590 *(number)*: Returns the mean.
6681 1. `multiplier` *(number)*: The first number in a multiplication.
6682 2. `multiplicand` *(number)*: The second number in a multiplication.
6685 *(number)*: Returns the product.
6698 <h3 id="_roundnumber-precision0"><code>_.round(number, [precision=0])</code></h3>
6701 Computes `number` rounded to `precision`.
6707 1. `number` *(number)*: The number to round.
6708 2. `[precision=0]` *(number)*: The precision to round to.
6711 *(number)*: Returns the rounded number.
6739 1. `minuend` *(number)*: The first number in a subtraction.
6740 2. `subtrahend` *(number)*: The second number in a subtraction.
6743 *(number)*: Returns the difference.
6768 *(number)*: Returns the sum.
6796 *(number)*: Returns the sum.
6821 <h3 id="_clampnumber-lower-upper"><code>_.clamp(number, [lower], upper)</code></h3>
6824 Clamps `number` within the inclusive `lower` and `upper` bounds.
6830 1. `number` *(number)*: The number to clamp.
6831 2. `[lower]` *(number)*: The lower bound.
6832 3. `upper` *(number)*: The upper bound.
6835 *(number)*: Returns the clamped number.
6851 <h3 id="_inrangenumber-start0-end"><code>_.inRange(number, [start=0], end)</code></h3>
6863 1. `number` *(number)*: The number to check.
6864 2. `[start=0]` *(number)*: The start of the range.
6865 3. `end` *(number)*: The end of the range.
6868 *(boolean)*: Returns `true` if `number` is in the range, else `false`.
6902 Produces a random number between the inclusive `lower` and `upper` bounds.
6903 If only one argument is provided a number between `0` and the given number
6905 floats, a floating-point number is returned instead of an integer.
6915 1. `[lower=0]` *(number)*: The lower bound.
6916 2. `[upper=1]` *(number)*: The upper bound.
6917 3. `[floating]` *(boolean)*: Specify returning a floating-point number.
6920 *(number)*: Returns the random number.
6931 // => a floating-point number between 0 and 5
6934 // => a floating-point number between 1.2 and 5.2
8557 the creation of intermediate arrays and can greatly reduce the number of
9129 3. `[position=string.length]` *(number)*: The position to search up to.
9321 2. `[length=0]` *(number)*: The padding length.
9355 2. `[length=0]` *(number)*: The padding length.
9389 2. `[length=0]` *(number)*: The padding length.
9428 2. `[radix=10]` *(number)*: The radix to interpret `value` by.
9431 *(number)*: Returns the converted integer.
9457 2. `[n=1]` *(number)*: The number of times to repeat the string.
9557 3. `[limit]` *(number)*: The length to truncate results to.
9616 3. `[position=0]` *(number)*: The position to search from.
9916 3. `[options.length=30]` *(number)*: The maximum string length.
10674 1. `[n=0]` *(number)*: The index of the argument to return.
10872 1. `[start=0]` *(number)*: The start of the range.
10873 2. `end` *(number)*: The end of the range.
10874 3. `[step=1]` *(number)*: The value to increment or decrement by.
10918 1. `[start=0]` *(number)*: The start of the range.
10919 2. `end` *(number)*: The end of the range.
10920 3. `[step=1]` *(number)*: The value to increment or decrement by.
11124 1. `n` *(number)*: The number of times to invoke `iteratee`.
11209 (string): The semantic version number.