Struct Rangef
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
float Range class
[Serializable]
[SuppressMessage("Design", "CA1051: Do not declare visible instance fields")]
public readonly record struct Rangef : IEquatable<Rangef>
- Implements
- Inherited Members
Constructors
Rangef(float, float)
float Range class
public Rangef(float Start, float End)
Parameters
Fields
End
public readonly float End
Field Value
Start
public readonly float Start
Field Value
Properties
All
Range(int.MinValue, int.MaxValue)
public static Range All { get; }
Property Value
Methods
ToRange()
Convert to Range
public Range ToRange()
Returns
Operators
implicit operator Range(Rangef)
Implicit operator (Range)this
public static implicit operator Range(Rangef range)
Parameters
rangeRangef