Min and max value for the gr_vector_source_X

Hello,

What are the minimum and maximum values for the data when we use the
gr_vector_source_X? I do not find this information in the Doxygen
documentation.

Thanks

Julian De Lima

On Tue, Oct 24, 2006 at 12:35:51AM +0200, De Lima Julian wrote:

Hello,

What are the minimum and maximum values for the data when we use the
gr_vector_source_X? I do not find this information in the Doxygen
documentation.

Thanks
Julian De Lima

They are what ever the min and maxima are for the given data type.
E.g., for int, [-2^31, 2^31-1]. For float, it’s the min and max ieee
float.