메소드 | 설명 | |
---|---|---|
BottomOrDefault ( this rectangle, double value ) : double |
Returns the bottom value of the rectangle.
|
|
CanGraph ( double value ) : bool |
Returns a value indicating whether this value can be graphed on a linear axis.
|
|
Compare ( IComparable left, IComparable right ) : int |
Compares two IComparables returning -1 if the left is null and 1 if the right is null.
|
|
GetDateTimesBetweenInclusive ( DateTime start, DateTime end, long count ) : IEnumerable |
Returns a sequence of date time values from a start and end date time inclusive.
|
|
GetIntervalsInclusive ( long start, long end, long count ) : IEnumerable |
Returns that intervals between a start and end value, including those start and end values.
|
|
GetLength ( this |
Returns the time span of a date range.
|
|
GetLength ( this |
Returns the time span of a date range.
|
|
GetTimeSpanIntervalsInclusive ( TimeSpan timeSpan, long count ) : IEnumerable |
Returns a sequence of time span values within a time span inclusive.
|
|
HeightOrDefault ( this rectangle, double value ) : double |
Returns the height value of the rectangle.
|
|
IsEmptyOrHasNoSize ( this rect ) : bool |
Returns a value indicating whether a rectangle is empty or has no width or height.
|
|
LeftOrDefault ( this rectangle, double value ) : double |
Returns the left value of the rectangle.
|
|
RightOrDefault ( this rectangle, double value ) : double |
Returns the right value of the rectangle.
|
|
SetStyle ( this element, Style style ) : void |
Sets the style property of an element.
|
|
ToComparableRange ( this |
Converts any range to a range of IComparable.
|
|
ToComparableRange ( this |
Converts any range to a range of IComparable.
|
|
ToDateTime ( object value ) : DateTime |
Converts a value to a date.
|
|
ToDateTimeRange ( this |
Converts a range into a date time range.
|
|
ToDouble ( object value ) : double |
Converts an object into a double.
|
|
ToDoubleRange ( this |
Converts a range into a double range.
|
|
TopOrDefault ( this rectangle, double value ) : double |
Returns the top value of the rectangle.
|
|
Translate ( this origin, Point offset ) : Point |
Applies the translate transform to a point.
|
|
TryConvert ( object value, DateTime &dateTimeValue ) : bool |
Attempts to convert an object into a date time.
|
|
TryConvert ( object value, double &doubleValue ) : bool |
Attempts to convert an object into a double.
|
|
WidthOrDefault ( this rectangle, double value ) : double |
Returns the width value of the rectangle.
|
메소드 | 설명 | |
---|---|---|
RemoveNoiseFromDoubleMath ( double value ) : double |
Removes the noise from double math.
|
public static BottomOrDefault ( this rectangle, double value ) : double | ||
rectangle | this | The rectangle. |
value | double | The default value. |
리턴 | double |
public static CanGraph ( double value ) : bool | ||
value | double | The value to evaluate. |
리턴 | bool |
public static Compare ( IComparable left, IComparable right ) : int | ||
left | IComparable | The left comparable. |
right | IComparable | The right comparable. |
리턴 | int |
public static GetDateTimesBetweenInclusive ( DateTime start, DateTime end, long count ) : IEnumerable |
||
start | DateTime | The start date time. |
end | DateTime | The end date time. |
count | long | The number of values to return. |
리턴 | IEnumerable |
public static GetIntervalsInclusive ( long start, long end, long count ) : IEnumerable |
||
start | long | The start value. |
end | long | The end value. |
count | long | The total number of intervals. |
리턴 | IEnumerable |
public static GetLength ( this |
||
range | this |
The range of values. |
리턴 | TimeSpan? |
public static GetLength ( this |
||
range | this |
The range of values. |
리턴 | double? |
public static GetTimeSpanIntervalsInclusive ( TimeSpan timeSpan, long count ) : IEnumerable |
||
timeSpan | TimeSpan | The time span to split. |
count | long | The number of time spans to return. |
리턴 | IEnumerable |
public static HeightOrDefault ( this rectangle, double value ) : double | ||
rectangle | this | The rectangle. |
value | double | The default value. |
리턴 | double |
public static IsEmptyOrHasNoSize ( this rect ) : bool | ||
rect | this | The rectangle. |
리턴 | bool |
public static LeftOrDefault ( this rectangle, double value ) : double | ||
rectangle | this | The rectangle. |
value | double | The default value. |
리턴 | double |
public static RightOrDefault ( this rectangle, double value ) : double | ||
rectangle | this | The rectangle. |
value | double | The default value. |
리턴 | double |
public static SetStyle ( this element, Style style ) : void | ||
element | this | The element. |
style | Style | The style. |
리턴 | void |
public static ToComparableRange ( this |
||
range | this |
The range to be converted. |
리턴 | Range |
public static ToComparableRange ( this |
||
range | this |
The range to be converted. |
리턴 | Range |
public static ToDateTime ( object value ) : DateTime | ||
value | object | The value to convert to a date. |
리턴 | DateTime |
public static ToDateTimeRange ( this |
||
range | this |
The range to convert. |
리턴 | Range |
public static ToDouble ( object value ) : double | ||
value | object | The value to convert to a double. |
리턴 | double |
public static ToDoubleRange ( this |
||
range | this |
The range to convert. |
리턴 | Range |
public static TopOrDefault ( this rectangle, double value ) : double | ||
rectangle | this | The rectangle. |
value | double | The default value. |
리턴 | double |
public static Translate ( this origin, Point offset ) : Point | ||
origin | this | The origin point. |
offset | Point | The offset point. |
리턴 | Point |
public static TryConvert ( object value, DateTime &dateTimeValue ) : bool | ||
value | object | The value to convert. |
dateTimeValue | DateTime | The double value. |
리턴 | bool |
public static TryConvert ( object value, double &doubleValue ) : bool | ||
value | object | The value to convert. |
doubleValue | double | The double value. |
리턴 | bool |
public static WidthOrDefault ( this rectangle, double value ) : double | ||
rectangle | this | The rectangle. |
value | double | The default value. |
리턴 | double |