GetIntersections Method
Gets the intersections of specified upper and lower limit.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public IReadOnlyList<float> GetIntersections(
	float lowerLimit,
	float upperLimit
)
Public Function GetIntersections ( 
	lowerLimit As Single,
	upperLimit As Single
) As IReadOnlyList(Of Single)
member GetIntersections : 
        lowerLimit : float32 * 
        upperLimit : float32 -> IReadOnlyList<float32>