Show / Hide Table of Contents

Struct ExcelDoubleCellValue

Implements
System.IComparable<ExcelDoubleCellValue>
System.IComparable
Inherited Members
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: OfficeOpenXml.FormulaParsing.Excel.Functions
Assembly: EPPlus.dll
Syntax
public struct ExcelDoubleCellValue : IComparable<ExcelDoubleCellValue>, IComparable

Constructors

ExcelDoubleCellValue(Double)

Declaration
public ExcelDoubleCellValue(double val)
Parameters
Type Name Description
System.Double val

ExcelDoubleCellValue(Double, Int32)

Declaration
public ExcelDoubleCellValue(double val, int cellRow)
Parameters
Type Name Description
System.Double val
System.Int32 cellRow

Fields

CellRow

Declaration
public int? CellRow
Field Value
Type Description
System.Nullable<System.Int32>

Value

Declaration
public double Value
Field Value
Type Description
System.Double

Methods

CompareTo(ExcelDoubleCellValue)

Declaration
public int CompareTo(ExcelDoubleCellValue other)
Parameters
Type Name Description
ExcelDoubleCellValue other
Returns
Type Description
System.Int32

CompareTo(Object)

Declaration
public int CompareTo(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Int32

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean
Overrides
System.ValueType.Equals(System.Object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
Overrides
System.ValueType.GetHashCode()

Operators

Equality(ExcelDoubleCellValue, ExcelDoubleCellValue)

Declaration
public static bool operator ==(ExcelDoubleCellValue a, ExcelDoubleCellValue b)
Parameters
Type Name Description
ExcelDoubleCellValue a
ExcelDoubleCellValue b
Returns
Type Description
System.Boolean

Equality(ExcelDoubleCellValue, Double)

Declaration
public static bool operator ==(ExcelDoubleCellValue a, double b)
Parameters
Type Name Description
ExcelDoubleCellValue a
System.Double b
Returns
Type Description
System.Boolean

Implicit(ExcelDoubleCellValue to Double)

Declaration
public static implicit operator double (ExcelDoubleCellValue d)
Parameters
Type Name Description
ExcelDoubleCellValue d
Returns
Type Description
System.Double

Implicit(Double to ExcelDoubleCellValue)

Declaration
public static implicit operator ExcelDoubleCellValue(double d)
Parameters
Type Name Description
System.Double d
Returns
Type Description
ExcelDoubleCellValue

Inequality(ExcelDoubleCellValue, ExcelDoubleCellValue)

Declaration
public static bool operator !=(ExcelDoubleCellValue a, ExcelDoubleCellValue b)
Parameters
Type Name Description
ExcelDoubleCellValue a
ExcelDoubleCellValue b
Returns
Type Description
System.Boolean

Inequality(ExcelDoubleCellValue, Double)

Declaration
public static bool operator !=(ExcelDoubleCellValue a, double b)
Parameters
Type Name Description
ExcelDoubleCellValue a
System.Double b
Returns
Type Description
System.Boolean

Implements

System.IComparable<T>
System.IComparable
Back to top Generated by DocFX