Table of Contents

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

Start float
End float

Fields

End

public readonly float End

Field Value

float

Start

public readonly float Start

Field Value

float

Properties

All

Range(int.MinValue, int.MaxValue)

public static Range All { get; }

Property Value

Range

Methods

ToRange()

Convert to Range

public Range ToRange()

Returns

Range

Operators

implicit operator Range(Rangef)

Implicit operator (Range)this

public static implicit operator Range(Rangef range)

Parameters

range Rangef

Returns

Range