Struct AgeRange
- Namespace
- FaceRecognitionDotNet.Extensions
- Assembly
- VisioForge.Core.FaceAI.dll
Represents a range that has start and end age.
public struct AgeRangeInherited 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
Properties
End
Gets an age that represents the exclusive end of the range.
public readonly int End { get; }Property Value
Start
Gets the inclusive start of the FaceRecognitionDotNet.Extensions.AgeRange.
public readonly int Start { get; }