Class | Description |
---|---|
AllPositive |
From a vector of numbers, evaluates if the sum of any two successive
elements is positive.
|
ConditionSum |
Extracts a parameter from a list of CSV text lines, and checks that the sum
of three successive values is always positive.
|
Triangle |
Given a list of elements, determines if they represent the lengths of the
sides of a valid triangle.
|
Triangle.AllNumbers |
Determines if all three elements of of vector are positive numbers.
|
Triangle.AllPositive |
Determines if the first three elements of a vector are positive.
|
Triangle.IsPositive |
Function that determines if a number is positive.
|
Triangle.IsValidTriangle |
Determines if a vector contains the lengths of sides of a valid triangle.
|
Triangle.TriangleInequality |
Verifies the triangle inequality on a vector of three numbers.
|
Copyright © Sylvain HallĂ©. All Rights Reserved.