ObservableCollectionExtensions Class
Extensions of ObservableCollection<T>.
Namespace
Songhay.Extensions
Base Types
  • object
graph BT Type-->Base0["object"] Type["ObservableCollectionExtensions"] class Type type-node

Syntax

public static class ObservableCollectionExtensions

Methods

Name Return Value Summary
SetCollectionWithDigits(ObservableCollection<byte?>, double) void
Sets the collection with digits for mantissaDigits = 2.
static
SetCollectionWithDigits(ObservableCollection<byte?>?, double, int) void
Sets the collection with digits.
static