Contains defaults for the specified element type of an array.
SystemObject Extreme.MathematicsElementTypeT
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static class ElementType<T>
Public NotInheritable Class ElementType(Of T)
generic<typename T>
public ref class ElementType abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ElementType<'T> = class end
Type Parameters
- T
- The element type.
The ElementTypeT type exposes the following members.
Top
Use the ElementTypeT class to obtain default values for
the element type of an array. Default values include: missing values,
comparers, and equality comparers.
Reference