STK++ 1.0

STK::Uminus Struct Reference

Unary Operator Minus. More...

#include <STK_TOperator.h>

List of all members.

Static Public Member Functions

static Real apply (Real const &y)

Detailed Description

Unary Operator Minus.

Definition at line 98 of file STK_TOperator.h.


Member Function Documentation

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

Definition at line 100 of file STK_TOperator.h.

  { return -y;}

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