Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
Explicit Operator
SwiPlCs interface ► SbsSW.SwiPlCs ► PlTerm ► ExplicitNarrowingExplicitExplicitExplicit(PlTerm to Double)
Yields the value as a C# double if PlTerm represents a Prolog integer or float.
Throws a PlTypeException exception otherwise.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public static explicit operator double ( PlTerm term )
Public Shared Narrowing Operator CType ( term As PlTerm ) As Double
static explicit operator double ( PlTerm term )
F# does not support the declaration of new casting operators.
Parameters
- term (PlTerm)
- A PlTerm represents a Prolog integer or float
Return Value
Double
A C# double
A C# double
Exceptions
Exception | Condition |
---|---|
PlTypeException | Throws a PlTypeException exception if PlType
is not a PlType.PlInteger or a PlType.PlFloat. |
PreconditionException | Is thrown if the operator is used on an uninitialized PlTerm |
Assembly: SwiPlCs (Module: SwiPlCs.dll) Version: 1.1.60605.0 (1.1.60605.0)