Fauna csharp driver  4.2.0
Static Public Member Functions | List of all members
FaunaDB.Types.DoubleV Class Reference

Represents a Double value in the FaunaDB query language. More...

Inheritance diagram for FaunaDB.Types.DoubleV:
FaunaDB.Types.ScalarValue< double >

Static Public Member Functions

static DoubleV Of (double v)
 

Additional Inherited Members

- Public Member Functions inherited from FaunaDB.Types.ScalarValue< double >
override bool Equals (Expr v)
 
override string ToString ()
 
- Protected Member Functions inherited from FaunaDB.Types.ScalarValue< double >
 ScalarValue (TWrapped value)
 
override int HashCode ()
 
- Properties inherited from FaunaDB.Types.ScalarValue< double >
TWrapped Value [get]
 

Detailed Description

Represents a Double value in the FaunaDB query language.

Definition at line 60 of file ScalarValue.cs.

Member Function Documentation

◆ Of()

static DoubleV FaunaDB.Types.DoubleV.Of ( double  v)
static

The documentation for this class was generated from the following file: