Determines whether every halfspace matches the specified conditions.

Namespace: Spherical
Assembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)

Syntax

C#
public bool TrueForAll(
	Predicate<Halfspace> match
)
Visual C++
public:
bool TrueForAll(
	Predicate<Halfspace>^ match
)
F#
member TrueForAll : 
        match:Predicate<Halfspace> -> bool 

Parameters

match
Type: System..::..Predicate<(Of <(<'Halfspace>)>)>
The predicate that defines the condition.

Return Value

[Missing <returns> documentation for "M:Spherical.Convex.TrueForAll(System.Predicate{Spherical.Halfspace})"]

See Also