Class CslRealFormat
- java.lang.Object
-
- com.microsoft.azure.kusto.data.format.CslFormat
-
- com.microsoft.azure.kusto.data.format.CslRealFormat
-
public class CslRealFormat extends CslFormat
-
-
Constructor Summary
Constructors Constructor Description CslRealFormat(double value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()DoublegetValue()-
Methods inherited from class com.microsoft.azure.kusto.data.format.CslFormat
parseValueFromValueWithType, toString
-
-