Name

Partition Function — Microsoft.VisualBasic.Interaction

Synopsis

Partition(number, start, stop, interval)
number required; Long

Number to evaluate against the intervals

start required; Long

Start of the range. Must be non-negative

stop required; Long

End of the range. Must be greater than start

interval required; Long

Size of each interval into which the range is partitioned

Return Value

A String containing the range within which number falls

Description

Returns a string that describes which interval contains the number.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset