JCL Help:TBinaryFunc
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TBinaryFunc Type
Search in JCL Help
Search in all projects
Summary
A function type taking two parameters.
Pascal
TBinaryFunc = function (X, Y: TFloat): TFloat;
TBinary32Func = function (X, Y: TFloat32): TFloat32;
TBinary64Func = function (X, Y: TFloat64): TFloat64;
TBinary80Func = function (X, Y: 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