RowWriter.WriteFloat128(UtfAnyString, Float128) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public Microsoft.Azure.Cosmos.Serialization.HybridRow.Result WriteFloat128 (Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString path, Microsoft.Azure.Cosmos.Serialization.HybridRow.Float128 value);
member this.WriteFloat128 : Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString * Microsoft.Azure.Cosmos.Serialization.HybridRow.Float128 -> Microsoft.Azure.Cosmos.Serialization.HybridRow.Result
Public Function WriteFloat128 (path As UtfAnyString, value As Float128) As Result
Parameters
- path
- UtfAnyString
- value
- Float128
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET