index

index

Searching the Numerical Data Field

The Numerical Data indexing field contains structured numeric data in whatever units are appropriate to the quantities described. To search this field:

  1. Select a unit from the Numerical Data list

  2. Enter a numeric value in the left-hand field to specify a minimum.

  3. Enter a value in the right-hand box to specify a maximum.

To specify a range of values, enter a value in both boxes.

index

Numerical Data List

age (year)
altitude (meter)
apparent power (volt-amp)
bandwidth (hertz)
bit rate (bytes per second)
byte rate (bytes per second)
capacitance (farad)
computer execution rate (instructions per second)
computer speed (FLOPS)
conductance (siemen)
current (ampere)
depth (meter)
distance (meter)
efficiency (percent)
electrical conductivity (siemen per meter)
electrical resistivity (ohm meter)
electron volt energy (electron volt)
energy (joule)
frequency (hertz)
gain (decibel)
galactic distance (parsec)
geocentric distance (meter)
heliocentric distance (astronomical unit)
loss (decibel)
magnetic flux density (tesla)
mass (kilogram)
memory size (byte)
noise figure (decibel)
picture size (picture element)
power (watt)
pressure (pascal)
printer speed (characters per second)
radiation absorbed dose (gray)
radiation dose equivalent (sievert)
radiation exposure (coulomb per kilogram)
radioactivity (becquerel)
reactive power (volt-amp reactive)
resistance (ohm)
size (meter)
stellar mass (solar mass)
storage capacity (bit)
temperature (kelvin)
time (second)
velocity (meters per second)
voltage (volt)
wavelength (meter)
word length (bit)

index

Numerical Data Examples

5.0E+01

resistance (ohm)

This search will retrieve records with a value equal to or greater than 5.0E+01 ohm. It will also retrieve records with a range of values if any value in the range is 5.0E+01 or greater.

.00002

time (second)

This search will retrieve records with a value equal to or less than .00002 (or 2.0E-05) seconds. It will also retrieve records with a range of values if any value in the range is .00002 or less.

1.0E+02

2.0E+03

temperature (kelvin)

This search will retrieve records with a temperature value between 1.0E+02 kelvin and 2.0E+03 kelvin. It will also retrieve records with a range of values between 1.0E+02 and 2.0E+03 inclusive. Inclusive means that if any value between the minimum and maximum values of the query match any value between the minimum and maximum values in a record, the record will be retrieved.

To take another example, the query range 100 to 300 would retrieve records containing these ranges:

  • 50 to 159 (because 159 lies within the query range)
  • 300 to 450 (because 300 lies within the query range)
  • 190 to 260 (because both 190 and 260 lie within the query range)

4.0E+01

4.0E+01

electrical conductivity (siemen per meter)

This search will retrieve records with the exact value 4.0E+01 S/m. It will also retrieve records with a range of values if 4.0E+01 falls within the range

index

Did You Know ...

You can enter values as:

  • Integers,
  • Floating point (decimal) numbers, or
  • Scientific notation.

Do not use wildcards (* $ ?) when entering values.