ValueConvertersIntToSufficientStatistics Field |
Converts from int to Sufficient Statistics.
Namespace: Bio.Distributions.ConvertersAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static readonly ValueConverter<int, SufficientStatistics> IntToSufficientStatistics
Public Shared ReadOnly IntToSufficientStatistics As ValueConverter(Of Integer, SufficientStatistics)
public:
static initonly ValueConverter<int, SufficientStatistics^>^ IntToSufficientStatistics
static val IntToSufficientStatistics: ValueConverter<int, SufficientStatistics>
Field Value
Type:
ValueConverterInt32,
SufficientStatisticsSee Also