Class Scalars
Manipulates collection scalar data.
Inheritance
Inherited Members
Namespace: DevZest.Data.Presenters
Assembly: DevZest.Data.WPF.dll
Syntax
public static class Scalars
Properties
Name | Description |
---|---|
Empty | Gets the empty collection of scalar data. |
Methods
Name | Description |
---|---|
Except(IScalars, IScalars) | Removes the columns in the specified collection from the current set. |
Intersect(IScalars, IScalars) | Removes the columns to ensure the set contains only columns both exist in this set and the specified collection. |
IsProperSubsetOf(IScalars, IScalars) | Determines whether the current set is a proper (strict) subset of the specified collection. |
IsProperSupersetOf(IScalars, IScalars) | Determines whether the current set is a proper (strict) superset of the specified collection. |
IsSubsetOf(IScalars, IScalars) | Determines whether the current set is a subset of a specified collection. |
IsSupersetOf(IScalars, IScalars) | Determines whether the current set is a superset of a specified collection. |
New(Scalar[]) | Creates a collection of scalar data. |
Overlaps(IScalars, IScalars) | Determines whether the current set overlaps with the specified collection. |
SetEquals(IScalars, IScalars) | Determines whether the current set and the specified collection contain the same elements. |
SymmetricExcept(IScalars, IScalars) | Ensures set contain only elements that are present either in the current set or in the specified collection, but not both. |
Union(IScalars, IScalars) | Ensures set contain all elements that are present in either the current set or in the specified collection. |