Извлекает значение элемента вектора.
Подробнее...
|
void | nmppsGetVal_1 (const nm1 *pVec, int nIndex, int1b *nVal) |
|
void | nmppsGetVal_2s (const nm2s *pVec, int nIndex, int2b *nVal) |
|
void | nmppsGetVal_4s (const nm4s *pVec, int nIndex, int4b *nVal) |
|
void | nmppsGetVal_8s (const nm8s *pVec, int nIndex, int8b *nVal) |
|
void | nmppsGetVal_16s (const nm16s *pVec, int nIndex, int16b *nVal) |
|
__INLINE__ void | nmppsGetVal_32s (const nm32s *pVec, int nIndex, int32b *nVal) |
|
__INLINE__ void | nmppsGetVal_64s (const nm64s *pVec, int nIndex, int64b *nVal) |
|
void | nmppsGetVal_2u (const nm2u *pVec, int nIndex, uint2b *nVal) |
|
void | nmppsGetVal_4u (const nm4u *pVec, int nIndex, uint4b *nVal) |
|
void | nmppsGetVal_8u (const nm8u *pVec, int nIndex, uint8b *nVal) |
|
void | nmppsGetVal_16u (const nm16u *pVec, int nIndex, uint16b *nVal) |
|
__INLINE__ void | nmppsGetVal_32u (const nm32u *pVec, int nIndex, uint32b *nVal) |
|
__INLINE__ void | nmppsGetVal_64u (const nm64u *pVec, int nIndex, uint64b *nVal) |
|
Извлекает значение элемента вектора.
- Аргументы
-
pVec | Вектор. |
nIndex | Позиция элемента. |
- Возвращаемые значения
-
- Возвращает
- void
- Аргументы
-
pVec | Вектор. |
nIndex | Позиция элемента. |
- Возвращаемые значения
-
- Возвращает
- void
-