PCL
Complex Rounding Functions

Functions

template<typename T >
Complex< T > pcl::Round (const Complex< T > &c) noexcept
 
template<typename T >
Complex< T > pcl::Round (const Complex< T > &c, int n) noexcept
 

Detailed Description

Function Documentation

◆ Round() [1/2]

template<typename T >
Complex<T> pcl::Round ( const Complex< T > &  c)
inlinenoexcept

Complex rounding. Returns a complex number whose components are the components of a specified complex c rounded to their nearest integers.

Definition at line 938 of file Complex.h.

Referenced by pcl::GenericPoint< T >::Round(), pcl::GenericRectangle< T >::Round(), pcl::Round(), pcl::GenericPoint< T >::Rounded(), pcl::GenericRectangle< T >::Rounded(), pcl::RoundInt64(), pcl::UInt8PixelTraits::ToSample(), and pcl::UInt16PixelTraits::ToSample().

◆ Round() [2/2]

template<typename T >
Complex<T> pcl::Round ( const Complex< T > &  c,
int  n 
)
inlinenoexcept

Complex rounding. Returns a complex number whose components are the components of a specified complex c rounded to the specified number of decimal digits n.

Definition at line 950 of file Complex.h.

References pcl::Round().