public uint Width { get; }
Public ReadOnly Property Width As UInteger
Get
public:
property unsigned int Width {
unsigned int get ();
}
member Width : uint32 with get
The width of the interval is the difference between LeftEndpoint and RightEndpoint. This is one less than the number of integers in the interval. Thus an interval with equal left and right endpoints has width 0, not width 1. And and the interval {0 .. MaxValue} has width MaxValue, not MaxValue + 1.