|
DoubleRangeIntersection Method
|
Computes the intersection between two ranges.
Namespace:
Accord
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public DoubleRange Intersection(
DoubleRange range
)
Public Function Intersection (
range As DoubleRange
) As DoubleRange
Request Example
View SourceParameters
- range
- Type: AccordDoubleRange
The second range for which the intersection should be calculated.
Return Value
Type:
DoubleRangeAn new
IntRange structure containing the intersection
between this range and the
range given as argument.
See Also