Class ConstNumberSource
ConstNumberSource is the base class for all constant numbers
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Lucene.Net.Queries.Function.ValueSources
Assembly: Lucene.Net.Queries.dll
Syntax
public abstract class ConstNumberSource : ValueSource
Properties
| Improve this Doc View SourceBool
Declaration
public abstract bool Bool { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Double
Declaration
public abstract double Double { get; }
Property Value
Type | Description |
---|---|
System.Double |
Int32
NOTE: This was getInt() in Lucene
Declaration
public abstract int Int32 { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Int64
NOTE: This was getLong() in Lucene
Declaration
public abstract long Int64 { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
Single
NOTE: This was getFloat() in Lucene
Declaration
public abstract float Single { get; }
Property Value
Type | Description |
---|---|
System.Single |