 | InterpretationConfidenceIndex Property |
[This is preliminary documentation and is subject to change.]
The confidence index of the interpretation (from 0 to 5)
Namespace:
Dyostem.Services.Data
Assembly:
Dyostem (in Dyostem.dll) Version: 5.3
Syntaxpublic double ConfidenceIndex { get; set; }
Public Property ConfidenceIndex As Double
Get
Set
Dim instance As Interpretation
Dim value As Double
value = instance.ConfidenceIndex
instance.ConfidenceIndex = value
function get ConfidenceIndex () : double
function set ConfidenceIndex (value : double)
function get_ConfidenceIndex();
function set_ConfidenceIndex(value);
Property Value
Type:
Double
See Also