Skip to main content
Version: 21 Aug 2024

PixelSensorCapabilityMinMax

Represents a range of values ranging from Min to Max More...

Detailed Description

public template <T > struct PixelSensorCapabilityMinMax; 

Template Parameters:

  • T The type of the range

Public Fields

Max


public T Max { get; set; }


Min


public T Min { get; set; }


Public Methods

override string ToString

public override string ToString()