MemoryExtensions.ContainsAnyExceptInRange 메서드

정의

오버로드

Name Description
ContainsAnyExceptInRange<T>(ReadOnlySpan<T>, T, T)

범위 외부 lowInclusive 의 값을 검색합니다 highInclusive( 포함).

ContainsAnyExceptInRange<T>(Span<T>, T, T)

범위 외부 lowInclusive 의 값을 검색합니다 highInclusive( 포함).

ContainsAnyExceptInRange<T>(ReadOnlySpan<T>, T, T)

Source:
MemoryExtensions.cs
Source:
MemoryExtensions.cs
Source:
MemoryExtensions.cs
Source:
MemoryExtensions.cs

범위 외부 lowInclusive 의 값을 검색합니다 highInclusive( 포함).

public:
generic <typename T>
 where T : IComparable<T>[System::Runtime::CompilerServices::Extension]
 static bool ContainsAnyExceptInRange(ReadOnlySpan<T> span, T lowInclusive, T highInclusive);
public static bool ContainsAnyExceptInRange<T>(this ReadOnlySpan<T> span, T lowInclusive, T highInclusive) where T : IComparable<T>;
static member ContainsAnyExceptInRange : ReadOnlySpan<'T (requires 'T :> IComparable<'T>)> * 'T * 'T -> bool (requires 'T :> IComparable<'T>)
<Extension()>
Public Function ContainsAnyExceptInRange(Of T As IComparable(Of T)) (span As ReadOnlySpan(Of T), lowInclusive As T, highInclusive As T) As Boolean

형식 매개 변수

T

매개 변수

span
ReadOnlySpan<T>

검색할 범위입니다.

lowInclusive
T

제외된 범위의 하한(포함)입니다.

highInclusive
T

제외된 범위의 상한(포함)입니다.

반품

지정된 범위의 값이 아닌 값이 범위에 있으면 입니다. 범위의 모든 값이 지정된 범위 내에 있으면 반환합니다 false.

적용 대상

ContainsAnyExceptInRange<T>(Span<T>, T, T)

Source:
MemoryExtensions.cs
Source:
MemoryExtensions.cs
Source:
MemoryExtensions.cs
Source:
MemoryExtensions.cs

범위 외부 lowInclusive 의 값을 검색합니다 highInclusive( 포함).

public:
generic <typename T>
 where T : IComparable<T>[System::Runtime::CompilerServices::Extension]
 static bool ContainsAnyExceptInRange(Span<T> span, T lowInclusive, T highInclusive);
[System.Runtime.CompilerServices.OverloadResolutionPriority(-1)]
public static bool ContainsAnyExceptInRange<T>(this Span<T> span, T lowInclusive, T highInclusive) where T : IComparable<T>;
public static bool ContainsAnyExceptInRange<T>(this Span<T> span, T lowInclusive, T highInclusive) where T : IComparable<T>;
[<System.Runtime.CompilerServices.OverloadResolutionPriority(-1)>]
static member ContainsAnyExceptInRange : Span<'T (requires 'T :> IComparable<'T>)> * 'T * 'T -> bool (requires 'T :> IComparable<'T>)
static member ContainsAnyExceptInRange : Span<'T (requires 'T :> IComparable<'T>)> * 'T * 'T -> bool (requires 'T :> IComparable<'T>)
<Extension()>
Public Function ContainsAnyExceptInRange(Of T As IComparable(Of T)) (span As Span(Of T), lowInclusive As T, highInclusive As T) As Boolean

형식 매개 변수

T

매개 변수

span
Span<T>

검색할 범위입니다.

lowInclusive
T

제외된 범위의 하한(포함)입니다.

highInclusive
T

제외된 범위의 상한(포함)입니다.

반품

지정된 범위의 값이 아닌 값이 범위에 있으면 입니다. 모든 값이 지정된 범위 내에 있으면 .를 반환합니다 false.

특성

적용 대상