Class Field.Int16
Inheritance
System.Object
Field.Int16
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: Lucene.Net.dll
Syntax
[Serializable]
protected sealed class Int16 : Field.Number
Constructors
|
Improve this Doc
View Source
Int16(Int16)
Declaration
public Int16(short value)
Parameters
Type |
Name |
Description |
System.Int16 |
value |
|
Methods
|
Improve this Doc
View Source
GetDoubleValue()
Declaration
public override double GetDoubleValue()
Returns
Type |
Description |
System.Double |
|
Overrides
|
Improve this Doc
View Source
GetInt16Value()
Declaration
public override short GetInt16Value()
Returns
Type |
Description |
System.Int16 |
|
Overrides
|
Improve this Doc
View Source
GetInt32Value()
Declaration
public override int GetInt32Value()
Returns
Type |
Description |
System.Int32 |
|
Overrides
|
Improve this Doc
View Source
GetInt64Value()
Declaration
public override long GetInt64Value()
Returns
Type |
Description |
System.Int64 |
|
Overrides
|
Improve this Doc
View Source
GetSingleValue()
Declaration
public override float GetSingleValue()
Returns
Type |
Description |
System.Single |
|
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
Declaration
public override string ToString(IFormatProvider provider)
Parameters
Type |
Name |
Description |
System.IFormatProvider |
provider |
|
Returns
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
ToString(String)
Declaration
public override string ToString(string format)
Parameters
Type |
Name |
Description |
System.String |
format |
|
Returns
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
Declaration
public override string ToString(string format, IFormatProvider provider)
Parameters
Type |
Name |
Description |
System.String |
format |
|
System.IFormatProvider |
provider |
|
Returns
Type |
Description |
System.String |
|
Overrides