MyMediaLite
RecommenderParameters.GetRemoveUInt32 Method (string, uint)
Syntax
Collapse All
Get and remove an unsigned integer
Declaring type:
RecommenderParameters
Namespace:
MyMediaLite.Util
Assembly:
MyMediaLite
Syntax
C#
public uint GetRemoveUInt32 ( string
key
, uint
dvalue
)
Parameters
key
the parameter name
dvalue
the default value of the parameter
Return Value
the value of the unsigned integer parameter, dvalue if it is not found
Top
Generated by
ImmDoc .NET
.