Show / Hide Table of Contents

Class Scalars

Manipulates collection scalar data.

Inheritance
System.Object
Scalars
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest