About 1,656,653 results (4,707 milliseconds)

Data types | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types
For more information on how these values are ordered and grouped so they can be compared, see Ordering floating point values. Range type. Name, Range. RANGE ...

Language Guide (proto 3) | Protocol Buffers Documentation

https://developers.google.com/protocol-buffers/docs/proto3
If a float or double value is set ... You can specify that your reserved numeric value range goes up to the maximum possible value using the max keyword.

Protocol Buffers Well-Known Types | Protocol Buffers Documentation

https://developers.google.com/protocol-buffers/docs/reference/google.protobuf
Range is approximately +-10,000 years. Example 1 ... The JSON representation for FloatValue is JSON number. Field name, Type, Description. value, float ...

OSC message Fade - float not allowed?

https://groups.google.com/g/qlab/c/05AaKOOkZ1g
Nov 20, 2016 ... ... values to be floats in the range 0.0 to 0.1. The workaround until this is fixed is to use our old friend OSCULATOR. Route out of QLab to ...

range over slice of floats but compiler thinks they are ints

https://groups.google.com/g/golang-nuts/c/U6SWsqV7J8w
Feb 9, 2012 ... Change "for value := range values" to "for _, value := range values". Read more here. Jonathan Pittman's profile photo. Jonathan Pittman.

Data types in GoogleSQL | Spanner | Google Cloud

https://cloud.google.com/spanner/docs/reference/standard-sql/data-types
... value range. This enables efficient handling of a much larger range than ... This is because the floating point value doesn't have enough precision to ...

How to determine the quantization parameters for multiplying two ...

https://groups.google.com/g/gemmlowp/c/43LMfK9ZL40
Aug 2, 2016 ... ... value A/Bmin, and 255 represents the float value A/Bmax. - To get ... - The 32-bit results will represent values in a known float range.

[osg-users] GL_R32F (and others) float textures are being normalized

https://groups.google.com/g/osg-users/c/nizLO5mBrBY
clamped/normalized (not sure which one) values inside GLSL instead of the full range values. For debug purposes I've setup a dummy texture like this: osg ...

C function return value of type float changes when used with COG

https://groups.google.com/g/golang-nuts/c/i2F9kT4oEN8
Feb 1, 2021 ... And since floating-points can have a wide value range, no single fixed error bound works. It's better to compare by a fixed relative error ...

Conversion functions | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/conversion_functions
Casting a value outside the range of BIGNUMERIC returns an overflow error. ... Returns a close but potentially not exact floating point value. NUMERIC ...

FYI: You might be converting float->int wrong

https://groups.google.com/a/chromium.org/g/chromium-dev/c/2c7HGlprD1E/m/bkFFt5LkAgAJ
Oct 26, 2023 ... floats can represent values outside the range of an int, so implicit-casting or static_casting is unsafe due to potential overflow. If you ...

Mathematical functions | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/mathematical_functions
The return value is in the range [-π/2,π/2]. Generates an error if X is ... For floating point arguments, this function doesn't distinguish between ...

ValueError: Images of type float must be between -1 and 1.

https://groups.google.com/g/scikit-image/c/t-vlVV27Xfs
Feb 9, 2016 ... The pixel values are raw 32bit float values from a detector. ... The input range should cover the entire range of possible values in your data.

Random Number Generation in a given range

https://groups.google.com/g/golang-nuts/c/_M-8hRpQs84
Mar 28, 2012 ... Hi, I've been reading some posts but I still have the same question. I need to generate a random number between a min and a max value of floats ...

Reading floats from Excel using COM

https://groups.google.com/g/python-excel/c/74LlQYLuWmk
Perhaps Range() is two-dimensional i.e. it is returning a list of lists ... I still get the same error when I try float(value). Sorry, I'm a bit rusty ...

Treatment of float variables

https://groups.google.com/g/or-tools-discuss/c/O3z_xaMKHrM
So I have to handle floating values and not integer values: how to do so with OR tools ? ... values = [i + 1 for i in range(100)]. sum_of_values = sum(values).

img_as_float

https://groups.google.com/g/scikit-image/c/rFQJy7SP930
I agree with Robin that changing the range of values silently (if that's ... One of the biggest things the "float images are on range [0, 1]" saves us ...

How to read strings and negative floats?

https://groups.google.com/g/libmodbus/c/YYmcjWm_3ic
Nov 5, 2020 ... I am able to read float values from my VSD. How do I read strings ... 65535) is interpreted as negative value (in the range -32768 to -1).

How to Access Histogram data

https://groups.google.com/g/javacv/c/ROyzQs--ltc
float hranges[2]; // min and max pixel value const float* ranges[1]; int channels[1]; // only 1 channel used here public: Histogram1D() { // Prepare ...

[llvm-dev] Instcombine-code-sinking increases the value's live range

https://groups.google.com/g/llvm-dev/c/LuF0OMQXOHs
But doing that will also increase a value's live range. For example: entry ... store float %add67, .. br label %cleanup. cleanup: return. We see an issue ...