DeviceConfidence Property |
A number representing the confidence that the DeviceId
refers to a unique device as opposed to a cluster of similar
devices. A confidence of 0.01 indicates very low confidence that
the device is unique, whereas 99 indicates very high confidence.
Namespace:
MaxMind.MinFraud.Response
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic Nullable<double> Confidence { get; }
Public ReadOnly Property Confidence As Nullable(Of Double)
Get
public:
property Nullable<double> Confidence {
Nullable<double> get ();
}
member Confidence : Nullable<float> with get
Property Value
Type:
NullableDouble
See Also