ITrigramStatisticsGetTrigramWeights Method |
Namespace: MlkPwgenAssembly: MlkPwgen (in MlkPwgen.dll) Version: 0.1.0.0
Syntax IReadOnlyCollection<WeightedItem<char>> GetTrigramWeights(
Tuple<char, char> prefix
)
Function GetTrigramWeights (
prefix As Tuple(Of Char, Char)
) As IReadOnlyCollection(Of WeightedItem(Of Char))
IReadOnlyCollection<WeightedItem<wchar_t>^>^ GetTrigramWeights(
Tuple<wchar_t, wchar_t>^ prefix
)
abstract GetTrigramWeights :
prefix : Tuple<char, char> -> IReadOnlyCollection<WeightedItem<char>>
Parameters
- prefix
- Type: SystemTupleChar, Char
Return Value
Type:
IReadOnlyCollectionWeightedItemCharSee Also