Converts a sortable back to a .
Namespace: Lucene.Net.UtilCopyC#
long
CopyC#
double
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public static double SortableLongToDouble( long val ) |
Visual Basic |
---|
Public Shared Function SortableLongToDouble ( _ val As Long _ ) As Double |
Visual C++ |
---|
public: static double SortableLongToDouble( long long val ) |
Parameters
- val
- Type: System..::..Int64
[Missing <param name="val"/> documentation for "M:Lucene.Net.Util.NumericUtils.SortableLongToDouble(System.Int64)"]
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Util.NumericUtils.SortableLongToDouble(System.Int64)"]