C# Class ExcelToolKit.BinaryFormat.XlsBiffRKCell

Represents an RK number cell
Inheritance: XlsBiffBlankCell
ファイルを表示 Open project: fanfeilong/exceltk

Public Methods

Method Description
NumFromRK ( uint rk ) : double

Decodes RK-encoded number

Private Methods

Method Description
XlsBiffRKCell ( byte bytes, uint offset, ExcelBinaryReader reader )

Method Details

NumFromRK() public static method

Decodes RK-encoded number
public static NumFromRK ( uint rk ) : double
rk uint Encoded number
return double