STK++ 1.0

STK::Div Struct Reference

Binary Operator Div. 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 Div.

Definition at line 80 of file STK_TOperator.h.


Member Function Documentation

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

Definition at line 82 of file STK_TOperator.h.

  { return x/y;}

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