Struct ExcelDoubleCellValue
- Namespace
- OfficeOpenXml.FormulaParsing.Excel.Functions
- Assembly
- Magicodes.EPPlus.dll
public struct ExcelDoubleCellValue : IComparable<ExcelDoubleCellValue>, IComparable
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
public ExcelDoubleCellValue(double val)
Parameters
val double
public ExcelDoubleCellValue(double val, int cellRow)
Parameters
val double
cellRow int
Fields
Field Value
- int?
Field Value
- double
Methods
public int CompareTo(ExcelDoubleCellValue other)
Parameters
other ExcelDoubleCellValue
Returns
- int
public int CompareTo(object obj)
Parameters
obj object
Returns
- int
public override bool Equals(object obj)
Parameters
obj object
Returns
- bool
public override int GetHashCode()
Returns
- int
Operators
public static bool operator ==(ExcelDoubleCellValue a, ExcelDoubleCellValue b)
Parameters
a ExcelDoubleCellValue
b ExcelDoubleCellValue
Returns
- bool
public static bool operator ==(ExcelDoubleCellValue a, double b)
Parameters
a ExcelDoubleCellValue
b double
Returns
- bool
public static implicit operator double(ExcelDoubleCellValue d)
Parameters
d ExcelDoubleCellValue
Returns
- double
public static implicit operator ExcelDoubleCellValue(double d)
Parameters
d double
Returns
- ExcelDoubleCellValue
public static bool operator !=(ExcelDoubleCellValue a, ExcelDoubleCellValue b)
Parameters
a ExcelDoubleCellValue
b ExcelDoubleCellValue
Returns
- bool
public static bool operator !=(ExcelDoubleCellValue a, double b)
Parameters
a ExcelDoubleCellValue
b double
Returns
- bool