Measurement Struct

Represents a measurement.
public struct Measurement : ValueType, IEquatable<Measurement>
Interfaces
Base Types
  • ValueType

Constructors

Measurement(int, int)
Initializes a new instance of the Measurement struct.

Properties

int Max
Gets the maximum width.
int Min
Gets the minimum width.

Methods

override bool Equals(object)
override int GetHashCode()