Skip to content

526ef965 173a b128 cb6e f25d1e482b15

Arthur Frederico Neves edited this page Jul 19, 2016 · 3 revisions

BasePack.GetDouble Method

Converts a part of the inner buffer, started in readPosition, to a double.

Namespace: NETLIB
Assembly: NETLIB (in NETLIB.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public virtual double GetDouble()

VB

Public Overridable Function GetDouble As Double

C++

public:
virtual double GetDouble()

F#

abstract GetDouble : unit -> float 
override GetDouble : unit -> float 

Return Value

Type: Double
Double converted from the inner buffer started in readPosition.

Exceptions

 

Exception Condition
IndexOutOfRangeException Throws when readPosition is larger than the inner buffer length minus sizeof(double).

See Also

Reference

BasePack Class
GetDouble Overload
NETLIB Namespace

Clone this wiki locally