Table of Contents

Struct AgeRange

Namespace
FaceRecognitionDotNet.Extensions
Assembly
VisioForge.Core.FaceAI.dll

Represents a range that has start and end age.

public struct AgeRange

Inherited Members

Constructors

AgeRange(int, int)

Instantiates a new FaceRecognitionDotNet.Extensions.AgeRange instance with the specified starting and ending ages.

public AgeRange(int start, int end)

Parameters

start int

The inclusive age index of the range.

end int

The exclusive end age of the range.

Properties

End

Gets an age that represents the exclusive end of the range.

public readonly int End { get; }

Property Value

int

Start

Gets the inclusive start of the FaceRecognitionDotNet.Extensions.AgeRange.

public readonly int Start { get; }

Property Value

int