JCL Help:TUnaryFunc
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TUnaryFunc Type
Search in JCL Help
Search in all projects
Summary
A function type taking a single parameter.
Pascal
TUnaryFunc = function (X: TFloat): TFloat;
TUnary32Func = function (X: TFloat32): TFloat32;
TUnary64Func = function (X: TFloat64): TFloat64;
TUnary80Func = function (X: TFloat80): TFloat80;
Description
The description for this help topic does not exist, edit this page
About
Unit
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