DoublePair

class bagPy.DoublePair[source]

Bases: object

Proxy of C++ std::pair< double,double > class.

__init__(DoublePair self) -> DoublePair __init__(DoublePair self, double first, double second) -> DoublePair

Parameters:
  • first (double) –

  • second (double) –

  • self (__init__(DoublePair) –

  • DoublePair (DoublePair other) ->) –

  • other (std::pair< double,double > const &) –

Attributes Summary

first

double

second

double

thisown

The membership flag

Attributes Documentation

first

double

Type:

first

second

double

Type:

second

thisown

The membership flag

__init__(DoublePair self) DoublePair[source]
__init__(DoublePair self, double first, double second) DoublePair
Parameters:
  • first (double) –

  • second (double) –

  • self (__init__(DoublePair) –

  • DoublePair (DoublePair other) ->) –

  • other (std::pair< double,double > const &) –

property first

double

Type:

first

property second

double

Type:

second

property thisown

The membership flag