JCL Help:TTernaryFunc

From Project JEDI Wiki
Jump to navigationJump to search


Summary

A function type taking three parameters.


Pascal

 TTernaryFunc = function (X, Y, Z: TFloat): TFloat;
TTernary32Func = function (X, Y, Z: TFloat32): TFloat32;
TTernary64Func = function (X, Y, Z: TFloat64): TFloat64;
TTernary80Func = function (X, Y, Z: TFloat80): TFloat80;


Description

The description for this help topic does not exist, edit this page


About

Unit

JclExprEval


Donator

Barry Kelly


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page