oevislib_net  0.14.3.0
Loading...
Searching...
No Matches
Relations

Functions

bool oevislib_net.Profile.Dominates (Profile inProfile)
 Tests if the values of the profile are greater or equal to the corresponding values in another profile.

Detailed Description

Function Documentation

◆ Dominates()

bool oevislib_net.Profile.Dominates ( Profile inProfile)
inline

Tests if the values of the profile are greater or equal to the corresponding values in another profile.

Parameters
inProfileProfile to compare with.
Returns
true if the current profile dominates the other one, false otherwise.