[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: _crw_crwapi.pas line 1326
type ISVDWrap = interface(IPluginWrap) |
function GetM; |
function GetN; |
function GetU(); |
function GetW(); |
function GetV(); |
function Eps(); |
function Rank(); |
function Solve(); |
function PInvert(); |
property M: Integer; [r] |
property N: Integer; [r] |
property U []: Double; [r] |
property W []: Double; [r] |
property V []: Double; [r] |
end; |
IUnknown |
? |