Class QuantAttribute
A message field quantized over [min, max) at a given number of bits.
[AttributeUsage(AttributeTargets.Field, Inherited = false)]
public sealed class QuantAttribute : CodecDeclarationAttribute
- Inheritance
-
QuantAttribute
- Inherited Members
Constructors
QuantAttribute(double, double, int)
A quantized field.
public QuantAttribute(double min, double max, int bits)