IScore (interface)
Namespace: PorticoXR.Reporting.Statements
Describes a score that can be attached to an IResult.
Properties
| Property | Type | Summary |
|---|---|---|
| Scaled | float? |
Scaled score value (0-1). |
| Raw | float? |
Raw score value. This can be any value, typically between Min and Max when used. |
| Min | float? |
Minimum score possible. |
| Max | float? |
Maximum score possible. |