Class PowSingleFunction
Function to raise the base "a" to the power "b"
NOTE: This was PowFloatFunction in Lucene
Inherited Members
Namespace: Lucene.Net.Queries.Function.ValueSources
Assembly: Lucene.Net.Queries.dll
Syntax
public class PowSingleFunction : DualSingleFunction
  Constructors
| Improve this Doc View SourcePowSingleFunction(ValueSource, ValueSource)
Declaration
public PowSingleFunction(ValueSource a, ValueSource b)
  Parameters
| Type | Name | Description | 
|---|---|---|
| ValueSource | a | the base.  | 
      
| ValueSource | b | the exponent.  | 
      
Properties
| Improve this Doc View SourceName
Declaration
protected override string Name { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Overrides
Methods
| Improve this Doc View SourceFunc(Int32, FunctionValues, FunctionValues)
Declaration
protected override float Func(int doc, FunctionValues aVals, FunctionValues bVals)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | doc | |
| FunctionValues | aVals | |
| FunctionValues | bVals | 
Returns
| Type | Description | 
|---|---|
| System.Single |