Table of Contents

Class ObservableCollectionExtensions

Namespace
Songhay.Extensions
Assembly
SonghayCore.dll

Extensions of ObservableCollection<T>.

public static class ObservableCollectionExtensions
Inheritance
ObservableCollectionExtensions
Inherited Members

Methods

SetCollectionWithDigits(ObservableCollection<byte?>, double)

Sets the collection with digits for mantissaDigits = 2.

public static void SetCollectionWithDigits(this ObservableCollection<byte?> collectionOfByte, double digits)

Parameters

collectionOfByte ObservableCollection<byte?>

The collection of byte.

digits double

The digits.

SetCollectionWithDigits(ObservableCollection<byte?>?, double, int)

Sets the collection with digits.

public static void SetCollectionWithDigits(this ObservableCollection<byte?>? collectionOfByte, double digits, int mantissaDigits)

Parameters

collectionOfByte ObservableCollection<byte?>

The collection of byte.

digits double

The digits.

mantissaDigits int

The mantissa digits.