STK++ 1.0

STK::Minus Struct Reference

Binary Operator Minus. More...

#include <STK_TOperator.h>

List of all members.

Static Public Member Functions

static Real apply (Real const &x, Real const &y)

Detailed Description

Binary Operator Minus.

Definition at line 62 of file STK_TOperator.h.


Member Function Documentation

static Real STK::Minus::apply ( Real const &  x,
Real const &  y 
) [inline, static]

Definition at line 64 of file STK_TOperator.h.

  { return x-y;}

The documentation for this struct was generated from the following file: