Struct QuantizationRange
- Assembly
- ValveResourceFormat.dll
Represents a quantization range with a start value and length.
public record struct QuantizationRange : IEquatable<QuantizationRange>
Implements
Inherited Members
Constructors
QuantizationRange(float, float)
Represents a quantization range with a start value and length.
public QuantizationRange(float Start, float Length)
Parameters
Properties
Length
public float Length { readonly get; set; }
Property Value
Start
public float Start { readonly get; set; }