Range
Info
typeStruct
namespaceAnimatext
Fields
countintThe count of the range indexes.
endIndexintThe end index.
startIndexintThe start index.
Constructors
-
Range(int startIndex, int endIndex)
startIndexThe start index.
endIndexThe end index.
Properties
Static Public
emptyRangeThe empty range. (count = -1, endIndex = -1, startIndex = -1.)
Methods
Public
-
Equals(object obj)boolDetermines whether the specified object is equal to the current object.
overrideSystem.Object.Equals
-
GetHashCode()boolServes as the default hash function.
overrideSystem.Object.GetHashCode
Operators
operator ==(Range a, Range b)boolReturns true if two ranges are approximately equal.
operator !=(Range a, Range b)boolReturns true if two ranges are not approximately equal.