The OutLogical type exposes the following members.
Name | Description | |
---|---|---|
![]() | astype<Boolean, Tout> |
[numpy API] Create a new array from generic input array, specify element type and storage order. This function is provided for compatibility with generic array types.
(Defined by ExtensionMethods.)[ILNumerics numpy Module] |
![]() | flatten(StorageOrders) | Overloaded.
[numpy API] Returns a flattened copy of the source array. This is the same as ravel<T1>(BaseArray<T1>, StorageOrders). See remarks for details.
(Defined by ExtensionMethods.)[ILNumerics numpy Module] |
![]() | flatten<Boolean>(StorageOrders) | Overloaded.
[numpy API] Returns a flattened copy of the source array. This is the same as ravel<T1>(BaseArray<T1>, StorageOrders). See remarks for details.
(Defined by ExtensionMethods.)[ILNumerics numpy Module] |
![]() | GetValue(UInt32) | Overloaded.
Retrieves the value of the element at the position as specified by d0.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue(Int64) | Overloaded.
Retrieves the value of the element at the position as specified by d0. Int64 indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue(UInt32[]) | Overloaded.
Retrieve the value at the element addressed by indices stored in an index array.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue(Int64[]) | Overloaded.
Retrieve the value at the element addressed by indices stored in an index array. Int64 indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue(UInt32, UInt32) | Overloaded.
Retrieve the value of the element at the position specified by d0 and d1.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue(Int64, Int64) | Overloaded.
Retrieve the value of the element at the position specified by d0 and d1. Int64 indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue(UInt32, UInt32, UInt32) | Overloaded.
Retrieve the value of the element at the position specified by d0 ... d2.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue(Int64, Int64, Int64) | Overloaded.
Retrieve the value of the element at the position specified by d0 ... d2. Int64 indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue(UInt32, UInt32, UInt32, UInt32) | Overloaded.
Retrieve the value of the element at the position specified by d0 ... d3.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue(Int64, Int64, Int64, Int64) | Overloaded.
Retrieve the value of the element at the position specified by d0 ... d3. Int64 indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue(UInt32, UInt32, UInt32, UInt32, UInt32) | Overloaded.
Retrieve the value of the element at the position specified by d0 ... d4.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue(Int64, Int64, Int64, Int64, Int64) | Overloaded.
Retrieve the value of the element at the position specified by d0 ... d4. Int64 indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue(UInt32, UInt32, UInt32, UInt32, UInt32, UInt32) | Overloaded.
Retrieve the value of the element at the position specified by d0 ... d5.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue(Int64, Int64, Int64, Int64, Int64, Int64) | Overloaded.
Retrieve the value of the element at the position specified by d0 ... d5. Int64 indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue(UInt32, UInt32, UInt32, UInt32, UInt32, UInt32, UInt32) | Overloaded.
Retrieve the value of the element at the position specified by d0 ... d6.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue(Int64, Int64, Int64, Int64, Int64, Int64, Int64) | Overloaded.
Retrieve the value of the element at the position specified by d0 ... d6. Int64 indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue<Boolean>(Int64) | Overloaded.
Retrieves the value of the element at the position as specified by d0. Int64 indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue<Boolean>(Int64, Int64) | Overloaded.
Retrieve the value of the element at the position specified by d0 and d1. Int64 indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue<Boolean>(Int64, Int64, Int64) | Overloaded.
Retrieve the value of the element at the position specified by d0 ... d2. Int64 indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue<Boolean>(Int64, Int64, Int64, Int64) | Overloaded.
Retrieve the value of the element at the position specified by d0 ... d3. Int64 indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue<Boolean>(Int64, Int64, Int64, Int64, Int64) | Overloaded.
Retrieve the value of the element at the position specified by d0 ... d4. Int64 indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue<Boolean>(Int64, Int64, Int64, Int64, Int64, Int64) | Overloaded.
Retrieve the value of the element at the position specified by d0 ... d5. Int64 indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | GetValue<Boolean>(Int64, Int64, Int64, Int64, Int64, Int64, Int64) | Overloaded.
Retrieve the value of the element at the position specified by d0 ... d6. Int64 indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | IndexIterator<Boolean> |
Efficient iterator over generic (but numeric!) type elements for use in indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | item<Boolean>(Int64) | Overloaded.
[numpy API] Returns a single element from this array according to the provided dimension index.
(Defined by ExtensionMethods.)[ILNumerics numpy Module] |
![]() | item<Boolean>(Int64[]) | Overloaded.
[numpy API] Returns a single element from this array according to the provided dimension indices.
(Defined by ExtensionMethods.)[ILNumerics numpy Module] |
![]() | item<Boolean>(Int64, Int64) | Overloaded.
[numpy API] Returns a single element from this array according to the provided dimension indices.
(Defined by ExtensionMethods.)[ILNumerics numpy Module] |
![]() | item<Boolean>(Int64, Int64, Int64) | Overloaded.
[numpy API] Returns a single element from this array according to the provided dimension indices.
(Defined by ExtensionMethods.)[ILNumerics numpy Module] |
![]() | item<Boolean>(Int64, Int64, Int64, Int64) | Overloaded.
[numpy API] Returns a single element from this array according to the provided dimension indices.
(Defined by ExtensionMethods.)[ILNumerics numpy Module] |
![]() | item<Boolean>(Int64, Int64, Int64, Int64, Int64) | Overloaded.
[numpy API] Returns a single element from this array according to the provided dimension indices.
(Defined by ExtensionMethods.)[ILNumerics numpy Module] |
![]() | item<Boolean>(Int64, Int64, Int64, Int64, Int64, Int64) | Overloaded.
[numpy API] Returns a single element from this array according to the provided dimension indices.
(Defined by ExtensionMethods.)[ILNumerics numpy Module] |
![]() | item<Boolean>(Int64, Int64, Int64, Int64, Int64, Int64, Int64) | Overloaded.
[numpy API] Returns a single element from this array according to the provided dimension indices.
(Defined by ExtensionMethods.)[ILNumerics numpy Module] |
![]() | Iterator(Nullable<StorageOrders>) | Overloaded.
Efficient iterator over the array for use in foreach loops.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | Iterator<Boolean>(Nullable<StorageOrders>) | Overloaded.
Efficient iterator over generic type elements for use in foreach loops.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | Iterator<Tout>(Func<Boolean, Tout>, Nullable<StorageOrders>) | Overloaded.
Efficient iterator over the array for use in foreach loops.
(Defined by ExtensionMethods.)[ILNumerics Core Module] |
![]() | ravel<Boolean> |
[numpy API] Returns a flattened copy of the source array. This is the same as flatten<T1>(BaseArray<T1>, StorageOrders). See remarks for details.
(Defined by ExtensionMethods.)[ILNumerics numpy Module] |