 | FieldWrapperT Conversion (UInt64 to FieldWrapperT) |
Converts an element by wrapping it.
Namespace:
WhetStone.Fielding
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic static implicit operator FieldWrapper<T> (
ulong w
)
Parameters
- w
- Type: SystemUInt64
The UInt64 equivalent element to wrap.
Return Value
Type:
FieldWrapperT
See Also