Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://xmm.vilspa.esa.es/sas/8.0.0/doc/ssclib/node81.html
Дата изменения: Wed Jul 2 03:52:41 2008 Дата индексирования: Fri Sep 5 18:38:43 2008 Кодировка: Поисковые слова: star |
Returns the number of the first component which has a filter of the specified column or 'axis' name which passes the specified value. This searches only filters on single columns.
Note that the component number is meaningful for several dsslib calls, eg dssComponent(). Component numbers start from zero.
subroutine getNum1stDssCompWithValue(dssPointer, axisName, axisValue& , firstCompNum) type(DssT), intent(in) :: dssPointer character(*), intent(in) :: axisName real(single), intent(in) :: axisValue integer, intent(out) :: firstCompNum end subroutine getNum1stDssCompWithValue