Represents the interface that allows access to an object's
internal storage of float-precision floating-point numbers.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics.SinglePrecision.Net40 (in Extreme.Numerics.SinglePrecision.Net40.dll) Version: 4.0.10170.0 (4.0.11003.0)
Syntax
| C# |
public interface ISingleStorage
|
| Visual Basic (Declaration) |
Public Interface ISingleStorage
|
| Visual C++ |
public interface class ISingleStorage
|
| F# |
type ISingleStorage = interface end
|
See Also