Constructor FacetResult
FacetResult(String, String[], Single, LabelAndValue[], Int32)
Constructor for value
. Makes the ToString() method
print the value
as a
Declaration
public FacetResult(string dim, string[] path, float value, LabelAndValue[] labelValues, int childCount)
Parameters
Type | Name | Description |
---|---|---|
System.String | dim | |
System.String[] | path | |
System.Single | value | |
LabelAndValue[] | labelValues | |
System.Int32 | childCount |
FacetResult(String, String[], Int32, LabelAndValue[], Int32)
Constructor for value
. Makes the ToString() method
print the value
as an
Declaration
public FacetResult(string dim, string[] path, int value, LabelAndValue[] labelValues, int childCount)
Parameters
Type | Name | Description |
---|---|---|
System.String | dim | |
System.String[] | path | |
System.Int32 | value | |
LabelAndValue[] | labelValues | |
System.Int32 | childCount |