Serializable Conversion (Double to Serializable) |
Implicit conversion operator from a double array
to a Serializable.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static implicit operator Serializable (
double[] value
)
Public Shared Widening Operator CType (
value As Double()
) As Serializable
static implicit operator Serializable^ (
array<double>^ value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemDouble
Return Value
Type:
Serializable
See Also