template<unsigned int buckets, typename type, class allocator>
Definition at line 1855 of file FXMaths.h. References FX::QMemArray< type, allocator >::count(), FX::QMemArray< type, allocator >::data(), max(), and min(). 01856 { 01857 return distribution<type, buckets>(array.data(), array.count(), stride, min, max); 01858 }
|