NullableModule
ToByte<T>(T?)
ToByte$W<T>(FSharpFunc<T, Byte>, T?)
ToChar<T>(T?)
ToChar$W<T>(FSharpFunc<T, Char>, T?)
ToDecimal<T>(T?)
ToDecimal$W<T>(FSharpFunc<T, Decimal>, T?)
ToDouble<T>(T?)
ToDouble$W<T>(FSharpFunc<T, Double>, T?)
ToEnum<TResult>(Int32?)
ToFloat<T>(T?)
ToFloat$W<T>(FSharpFunc<T, Double>, T?)
ToFloat32<T>(T?)
ToFloat32$W<T>(FSharpFunc<T, Single>, T?)
ToInt<T>(T?)
ToInt$W<T>(FSharpFunc<T, Int32>, T?)
ToInt16<T>(T?)
ToInt16$W<T>(FSharpFunc<T, Int16>, T?)
ToInt32<T>(T?)
ToInt32$W<T>(FSharpFunc<T, Int32>, T?)
ToInt64<T>(T?)
ToInt64$W<T>(FSharpFunc<T, Int64>, T?)
ToInt8<T>(T?)
ToInt8$W<T>(FSharpFunc<T, SByte>, T?)
ToIntPtr<T>(T?)
ToIntPtr$W<T>(FSharpFunc<T, IntPtr>, T?)
ToSByte<T>(T?)
ToSByte$W<T>(FSharpFunc<T, SByte>, T?)
ToSingle<T>(T?)
ToSingle$W<T>(FSharpFunc<T, Single>, T?)
ToUInt<T>(T?)
ToUInt$W<T>(FSharpFunc<T, UInt32>, T?)
ToUInt16<T>(T?)
ToUInt16$W<T>(FSharpFunc<T, UInt16>, T?)
ToUInt32<T>(T?)
ToUInt32$W<T>(FSharpFunc<T, UInt32>, T?)
ToUInt64<T>(T?)
ToUInt64$W<T>(FSharpFunc<T, UInt64>, T?)
ToUInt8<T>(T?)
ToUInt8$W<T>(FSharpFunc<T, Byte>, T?)
ToUIntPtr<T>(T?)
ToUIntPtr$W<T>(FSharpFunc<T, UIntPtr>, T?)
net10.0-windows7.0
namespace Microsoft.FSharp.Linq
{
[CompilationMapping(SourceConstructFlags.Module)]
[CompilationRepresentation(CompilationRepresentationFlags.ModuleSuffix)]
[RequireQualifiedAccess]
public static class NullableModule
{
[CompilationSourceName("float")]
public static double? ToFloat<T>(T? value)
where T, struct;
}
}
| .NET | 5.06.07.08.09.010.0 |
|---|---|
| .NET Core | 2.02.12.23.03.1 |
| .NET Framework | 4.6.14.6.24.74.7.14.7.24.84.8.1 |
| .NET Standard | 2.02.1 |
Information specific to net10.0 | |
| Platforms | This API is only available when you target a specific platform: |
| Windows | 7.0 |
Information specific to net10.0-windows7.0 | |
| Assemblies | FSharp.Core , Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a FSharp.Core , Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
| Referencing | Your project needs a package reference to |
| Package | FSharp.Core (9.0.300-beta.25160.5) netstandard2.1 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API