MemoryExtensions.ContainsAnyExceptInRange 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| Name | Description |
|---|---|
| ContainsAnyExceptInRange<T>(ReadOnlySpan<T>, T, T) |
범위 외부 |
| ContainsAnyExceptInRange<T>(Span<T>, T, T) |
범위 외부 |
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.
- 특성