public bool IntersectsWith(
CircleN<TNumeric> other
)Public Function IntersectsWith (
other As CircleN(Of TNumeric)
) As Booleanpublic:
bool IntersectsWith(
CircleN<TNumeric> other
)member IntersectsWith :
other : CircleN<'TNumeric> -> bool